Skip to content

Commit

Permalink
Setup Istanbul as the code coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Aug 25, 2016
1 parent ab2b86e commit 886e1d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint index.js \"lib/**\" \"test/**\""
"lint": "eslint index.js \"lib/**\" \"test/**\"",
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\""
},
"repository": {
"type": "git",
Expand All @@ -28,6 +29,7 @@
},
"devDependencies": {
"eslint": "^3.3.1",
"istanbul": "^0.4.5",
"jsdomify": "^2.1.0",
"mocha": "^3.0.2",
"react": "*",
Expand Down

0 comments on commit 886e1d9

Please sign in to comment.