更新package.json的test脚本
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
"blanket": {
|
"blanket": {
|
||||||
"pattern": "xss/lib"
|
"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": [
|
"licenses": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user