Better coverage script command

master
Keith Irwin 2018-03-05 01:19:41 +00:00
parent c7a839ea3c
commit f19d9f39a2
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

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