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 287a5a0 commit 7884015Copy full SHA for 7884015
test/options/testing.js
@@ -56,8 +56,6 @@ const callRunner = async function({
56
}
57
58
const getHelperFile = function({ testing, register }) {
59
- // TODO: remove next comment once we support over test runners than 'ava'
60
- // istanbul ignore next
61
const helperDir = testing === 'ava' ? __dirname : HELPER_DIR
62
const filename = register ? 'register' : 'regular'
63
return `${helperDir}/${testing}/${filename}.js`
0 commit comments