Skip to content

Commit

Permalink
Fix: remove filesystem helper from codecept config (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco authored Feb 7, 2018
1 parent 8cab696 commit fd1fc62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codecept.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ exports.config = {
timeout: DEFAULT_WAIT_TIME,
output: './functional-tests/output',
helpers: {
WebDriverIO,
Filesystem: {}
WebDriverIO
},
include: {},
bootstrap: false,
Expand Down

0 comments on commit fd1fc62

Please sign in to comment.