Skip to content

Commit

Permalink
Merge pull request #1 from sankethkatta/master
Browse files Browse the repository at this point in the history
Add istanbul for code coverage.
  • Loading branch information
mtth committed Sep 14, 2015
2 parents 06f1619 + 8691820 commit 1bbf1ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -8,11 +8,13 @@
"url": "git://github.com/mtth/avsc.git"
},
"scripts": {
"test": "mocha --ui tdd"
"test": "mocha --ui tdd",
"cover": "istanbul cover _mocha -- --ui tdd"
},
"author": "Matthieu Monsch",
"license": "MIT",
"devDependencies": {
"istanbul": "^0.3.19",
"mocha": "^2.3.2"
}
}

0 comments on commit 1bbf1ba

Please sign in to comment.