Skip to content

Commit

Permalink
Merge pull request #189 from ParsePlatform/wangmengyan.add_coverage
Browse files Browse the repository at this point in the history
Add istanbul for code coverage
  • Loading branch information
gfosco committed Feb 3, 2016
2 parents f82122f + adccb28 commit 89bd2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
"request": "^2.65.0"
},
"devDependencies": {
"istanbul": "^0.4.2",
"jasmine": "^2.3.2"
},
"scripts": {
"test": "TESTING=1 ./node_modules/.bin/jasmine"
"test": "TESTING=1 ./node_modules/.bin/istanbul cover --include-all-sources ./node_modules/.bin/jasmine"
},
"engines": {
"node": ">=4.1"
Expand Down

0 comments on commit 89bd2f7

Please sign in to comment.