From 31dcd99e6e32f29798f79a2f672c56f6e8e8b54b Mon Sep 17 00:00:00 2001 From: Yami Date: Fri, 1 Apr 2016 12:23:51 +0000 Subject: [PATCH] Changed to automatically report coverage --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 910279dd35..cc73da942e 100644 --- a/package.json +++ b/package.json @@ -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",