add --harmony
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --check-leaks -R spec -t 5000 test/*.test.js",
|
"test": "mocha --harmony --check-leaks -R spec -t 5000 test/*.test.js",
|
||||||
"test-cov": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
|
"test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 test/*.test.js",
|
||||||
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
|
"test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
|
||||||
"jshint": "jshint .",
|
"jshint": "jshint .",
|
||||||
"autod": "autod -w --prefix '~'",
|
"autod": "autod -w --prefix '~'",
|
||||||
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
|
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user