Skip to content

Commit aeab13e

Browse files
committed
chore: update and re-enable test
1 parent 5df2785 commit aeab13e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/search/StepSearch.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ describe('StepSearch', () => {
2929
})
3030

3131
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')
32+
it('returns an empty list when there is no hits', async () => {
33+
const searchResults = await stepSearch.search('no match')
3534
expect(searchResults).to.deep.eq([])
3635
})
3736

0 commit comments

Comments
 (0)