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.
2 parents 2ba327a + a0f9944 commit 385d742Copy full SHA for 385d742
.gitignore
@@ -18,3 +18,4 @@ node_modules
18
npm-debug.log
19
20
working/
21
+coverage/
package.json
@@ -19,7 +19,7 @@
},
"scripts": {
"pretest": "npm install && npm run lint",
22
- "test": "NODE_ENV=test mocha --reporter dot && NODE_ENV=test node_modules/coffee-script/bin/coffee ./test/run.coffee",
+ "test": "NODE_ENV=test istanbul cover _mocha -- --reporter dot && NODE_ENV=test node_modules/coffee-script/bin/coffee ./test/run.coffee",
23
"lint": "node_modules/eslint/bin/eslint.js ."
24
25
"engines": {
@@ -37,6 +37,7 @@
37
"eslint": "1.10.3",
38
"express": "*",
39
"glob": "~3.1.13",
40
+ "istanbul": "^0.4.3",
41
"koa": "*",
42
"mocha": "*",
43
"mock-udp": "*",
0 commit comments