Skip to content

Commit

Permalink
test: add missing test.run()
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Nov 21, 2021
1 parent 8e2366b commit aed9a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/warning.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,5 @@ test('always returns valid ranges', () => {
is(warning.endLine, 1)
is(warning.endColumn, 4)
})

test.run()

0 comments on commit aed9a9b

Please sign in to comment.