Skip to content

Commit

Permalink
Add nyc coverage tool to package
Browse files Browse the repository at this point in the history
  • Loading branch information
RoaldL committed Jan 23, 2018
1 parent 28e7b1b commit cdf8712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smif/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"main": "src/index.js",
"scripts": {
"test": "mocha --require babel-polyfill --compilers js:babel-register --require ./test/helpers.js --recursive",
"test": "nyc mocha --require babel-polyfill --compilers js:babel-register --require ./test/helpers.js --recursive",
"build": "webpack",
"watch": "webpack --progress --watch",
"start": "webpack-dev-server --open"
Expand Down Expand Up @@ -45,6 +45,7 @@
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"mocha": "^3.5.3",
"nyc": "^11.4.1",
"react-test-renderer": "^15.6.2",
"redux-devtools": "^3.4.0",
"style-loader": "^0.18.2",
Expand Down

0 comments on commit cdf8712

Please sign in to comment.