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 9c8b75a commit 9f37f05Copy full SHA for 9f37f05
test/helpers/repeat.js
@@ -3,7 +3,7 @@
3
// Required directly because this is exposed through documentation, but not
4
// through code
5
const { LEVELS, DEFAULT_LEVEL } = require('../../src/constants')
6
-const { RUNNERS } = require('../../src/runners')
+const { RUNNERS } = require('../../src/options/runners')
7
8
const { EVENTS } = require('./emit')
9
const { repeat } = require('./data_driven')
0 commit comments