更新package.json的test脚本

This commit is contained in:
Zongmin Lei
2015-05-06 11:40:41 +08:00
parent 7fd196296c
commit d445c5f4d8

View File

@@ -48,7 +48,7 @@
"blanket": {
"pattern": "xss/lib"
},
"test": "./node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html -t 5000"
"test": "mocha --require blanket -R html-cov > coverage.html -t 5000 && mocha -t 5000 && testling -x open"
},
"licenses": [
{