Skip to content

Commit 9f37f05

Browse files
committed
Fix wrong path
1 parent 9c8b75a commit 9f37f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Required directly because this is exposed through documentation, but not
44
// through code
55
const { LEVELS, DEFAULT_LEVEL } = require('../../src/constants')
6-
const { RUNNERS } = require('../../src/runners')
6+
const { RUNNERS } = require('../../src/options/runners')
77

88
const { EVENTS } = require('./emit')
99
const { repeat } = require('./data_driven')

0 commit comments

Comments
 (0)