Skip to content

Commit

Permalink
adding a needed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Goodman committed Jul 20, 2016
1 parent 73a5ecc commit 9e5f450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ exports.config = {
require: [], // <string[]> (file/dir) require files before executing features
strict: false, // <boolean> fail if there are any undefined or pending steps
tags: [], // <string[]> (expression) only execute the features or scenarios with tags matching the expression
timeout: 20000 // <number> timeout for step definitions
timeout: 20000, // <number> timeout for step definitions
ignoreUndefinedDefinitions: false, // <boolean> Enable this config to treat undefined definitions as warnings.
},
//
Expand Down

0 comments on commit 9e5f450

Please sign in to comment.