add test coverage via istanbul
This commit is contained in:
parent
7c264883ab
commit
f3a31b9a4c
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"devDependencies" : {
|
"devDependencies" : {
|
||||||
"mocha": "1.8.1"
|
"mocha": "1.8.1",
|
||||||
|
"istanbul": "0.1.30"
|
||||||
},
|
},
|
||||||
|
|
||||||
"testling": {
|
"testling": {
|
||||||
|
@ -29,6 +30,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha test/*.js"
|
"test": "istanbul test ./node_modules/.bin/_mocha -- --reporter list test/*.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue