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