Changed to automatically report coverage

This commit is contained in:
Yami
2016-04-01 12:23:51 +00:00
parent d78edf6f72
commit 31dcd99e6e

View File

@@ -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",