Skip to content

Commit a230f0b

Browse files
committed
fix
1 parent e40d701 commit a230f0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e-tests-typescript/config/cucumber.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ module.exports = {
3434
dryRun: false,
3535
require: [
3636
"src/step_definitions/*.ts",
37-
"src/hooks/hooks.ts"
37+
"src/hooks/hooks.ts",
38+
"src/support/customWorld.ts"
3839
],
3940
requireModule: [
4041
"ts-node/register"

0 commit comments

Comments
 (0)