describe('with a feature query', () => {
      it('finds all matching features', () => {
        return expect(search(features, 'add files')).toEqual(gitAddFeature)
      })
    })