We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c0893 commit b5986f5Copy full SHA for b5986f5
javascript/node/selenium-webdriver/package.json
@@ -30,6 +30,6 @@
30
"mocha" : "~1.10.0"
31
},
32
"scripts": {
33
- "test": "node_modules/.bin/mocha -t 600000 --recursive test"
+ "test": "node_modules/.bin/mocha --harmony -t 600000 --recursive test"
34
}
35
0 commit comments