describe('with an empty query', () => {
      it('finds all features', () => {
        return expect(search(features, '')).toHaveLength(7)
      })
    })