add test coverage via istanbul

This commit is contained in:
Roman Shtylman 2013-02-18 22:04:43 -05:00
parent 7c264883ab
commit f3a31b9a4c

View file

@ -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"
} }
} }