Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit e5fe771

Browse files
committed
Add code coverage script
1 parent 04be13c commit e5fe771

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Utilities for handling Ethereum keys",
55
"main": "index.js",
66
"scripts": {
7+
"coverage": "istanbul cover _mocha",
78
"lint": "standard",
89
"prepublish": "npm run lint && npm run test",
910
"test": "mocha ./test/**/*.js"
@@ -34,6 +35,7 @@
3435
"utf8": "^2.1.1"
3536
},
3637
"devDependencies": {
38+
"istanbul": "^0.4.1",
3739
"mocha": "^2.3.4",
3840
"standard": "^5.4.1"
3941
},

0 commit comments

Comments
 (0)