Browse Source

add test coverage via istanbul

hk-custom-address
Roman Shtylman 12 years ago
parent
commit
f3a31b9a4c
  1. 5
      package.json

5
package.json

@ -19,7 +19,8 @@
},
"devDependencies" : {
"mocha": "1.8.1"
"mocha": "1.8.1",
"istanbul": "0.1.30"
},
"testling": {
@ -29,6 +30,6 @@
},
"scripts": {
"test": "mocha test/*.js"
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js"
}
}

Loading…
Cancel
Save