From f19d9f39a2a3fc12de0b5bc14706ff8a92852a29 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Mon, 5 Mar 2018 01:19:41 +0000 Subject: [PATCH] Better coverage script command --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af7a80e..97e1237 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Fuzzer for mocha testing", "main": "index.js", "scripts": { - "test": "mocha --reporter spec", - "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test.js" + "test": "node_modules/mocha/bin/_mocha", + "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- test.js" }, "keywords": [ "fuzz",