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