Changed to automatically report coverage

v1.18.x
Yami 9 years ago
parent d78edf6f72
commit 31dcd99e6e

@ -11,7 +11,7 @@
"main": "app.js",
"scripts": {
"start": "node loader.js",
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- ./tests -t 10000"
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- ./tests -t 10000"
},
"dependencies": {
"async": "~1.5.0",

Loading…
Cancel
Save