test('should filter snippet by (not existing text) text', () => {
    const snippets = [
      snippetStructure(snippet({ description: 'some #tag1 #tag2' })),
      snippetStructure(snippet({ description: 'word #tag1 #tag2' })),
      snippetStructure(snippet({ description: 'to find #tag3 #tag4 #tag5' }))