We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19849e1 commit 8e6b081Copy full SHA for 8e6b081
.gitignore
@@ -1 +1,2 @@
1
/node_modules/
2
+/coverage/
package.json
@@ -7,10 +7,11 @@
7
"promise": "~4.0.0"
8
},
9
"devDependencies": {
10
- "mocha": "~1.18.2"
+ "mocha": "~1.18.2",
11
+ "istanbul": "~0.2.7"
12
13
"scripts": {
- "test": "mocha test"
14
+ "test": "istanbul cover _mocha -- test"
15
16
"author": "Tim Branyen (@tbranyen)",
17
"license": "MIT"
0 commit comments