Skip to content

Commit

Permalink
Renamed helper file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmk65 committed Sep 4, 2019
1 parent fcd153c commit 34e1eb1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codecept.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.config = {
}
},
customHelpers: {
require: './config/puppeteer.helpers.js'
require: './config/codeceptjs_helpers.js'
}
},
include: {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/codeceptjs/codecept.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"smartWait": 5000
},
"customHelpers": {
"require": "./../../config/puppeteer.helpers.js"
"require": "./../../config/codeceptjs_helpers.js"
}
},
"include": {
Expand Down

0 comments on commit 34e1eb1

Please sign in to comment.