Skip to content

Commit

Permalink
Add istanbul coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Sep 23, 2016
1 parent c829041 commit b1009a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"webpack:dev": "SET \"NODE_ENV=development\" && webpack --progress --colors --display-error-details",
"webpack:dist": "SET \"NODE_ENV=production\" && webpack --config ./webpack.production.config.js",
"test": "mocha test/**/*.spec.js --require babel-core/register",
"test:coverage": "node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- --compilers js:babel-register --recursive test",
"test:watch": "mocha test/**/*.spec.js --require babel-core/register --reporter min --watch",
"lint": "grunt lint",
"serve": "set PORT=54321&& node web/server",
Expand Down Expand Up @@ -81,6 +82,7 @@
"grunt-sassdoc": "^2.0.2",
"grunt-webpack": "^1.0.11",
"html-minifier": "^3.0.1",
"istanbul": "^1.1.0-alpha.1",
"jit-grunt": "^0.10.0",
"jquery": "^3.1.0",
"jsdoc-babel": "^0.2.1",
Expand Down

0 comments on commit b1009a9

Please sign in to comment.