Add code coverage script

This commit is contained in:
Alex Beregszaszi 2016-03-26 18:19:09 +00:00
parent 04be13c4f0
commit e5fe7716a3
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "Utilities for handling Ethereum keys",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover _mocha",
"lint": "standard",
"prepublish": "npm run lint && npm run test",
"test": "mocha ./test/**/*.js"
@ -34,6 +35,7 @@
"utf8": "^2.1.1"
},
"devDependencies": {
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"standard": "^5.4.1"
},