Skip to content

Commit b5986f5

Browse files
committed
Run tests with harmony features enabled.
1 parent 21c0893 commit b5986f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"mocha" : "~1.10.0"
3131
},
3232
"scripts": {
33-
"test": "node_modules/.bin/mocha -t 600000 --recursive test"
33+
"test": "node_modules/.bin/mocha --harmony -t 600000 --recursive test"
3434
}
3535
}

0 commit comments

Comments
 (0)