describe('Completions for tag names after | in a tag filter', () => {
      test('Completions for tag after | in a tag filter #1', () => {
        expectComputation(':foo|', 5).toEqual(tagNames);
      });
      test('Completions for tag after | in a tag filter #2', () => {