From db28cf2f0ea255e5449422d8163b56fecc4d8e48 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 7 Jul 2015 15:01:13 +1000 Subject: [PATCH] package: istanbul unnecessary for normal reporting --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5d4ca09..e500c2f 100644 --- a/package.json +++ b/package.json @@ -35,10 +35,10 @@ "compile": "browserify ./src/index.js -s bitcoin > bitcoin.js", "coverage": "istanbul cover _mocha -- test/*.js", "coveralls": "npm run-script coverage && coveralls < coverage/lcov.info", - "integration": "mocha --reporter list test/integration/*.js", + "integration": "mocha test/integration/", "standard": "standard", "test": "npm run-script unit && npm run standard", - "unit": "istanbul test mocha -- --reporter list test/*.js" + "unit": "mocha" }, "repository": { "type": "git",