We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df2785 commit aeab13eCopy full SHA for aeab13e
src/search/StepSearch.spec.ts
@@ -29,9 +29,8 @@ describe('StepSearch', () => {
29
})
30
31
describe('#search', () => {
32
- // TODO 'there' is being matched against 'here'
33
- xit('returns an empty list when there is no hits', async () => {
34
- const searchResults = await stepSearch.search('no match there')
+ it('returns an empty list when there is no hits', async () => {
+ const searchResults = await stepSearch.search('no match')
35
expect(searchResults).to.deep.eq([])
36
37
0 commit comments