Skip to content

Commit 7884015

Browse files
committed
Remove TODO comment
1 parent 287a5a0 commit 7884015

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/options/testing.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ const callRunner = async function({
5656
}
5757

5858
const getHelperFile = function({ testing, register }) {
59-
// TODO: remove next comment once we support over test runners than 'ava'
60-
// istanbul ignore next
6159
const helperDir = testing === 'ava' ? __dirname : HELPER_DIR
6260
const filename = register ? 'register' : 'regular'
6361
return `${helperDir}/${testing}/${filename}.js`

0 commit comments

Comments
 (0)