Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Use istanbul instead of isparta wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Sep 2, 2016
1 parent 391e3e0 commit 7cb984d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"build:open": "npm-run-all --sequential build open:dist",
"deploy": "npm run build:gh-pages && gh-pages -d dist",
"test": "mocha tools/testSetup.js \"src/**/*.test.js\" --reporter progress",
"test:cover": "babel-node node_modules/isparta/bin/isparta cover --root src --report html node_modules/mocha/bin/_mocha -- --require ./tools/testSetup.js \"src/**/*.test.js\" --reporter progress",
"test:cover:ci": "babel-node node_modules/isparta/bin/isparta cover --root src --report lcovonly node_modules/mocha/bin/_mocha -- --require ./tools/testSetup.js \"src/**/*.test.js\" --reporter progress",
"test:cover": "istanbul cover --report html node_modules/mocha/bin/_mocha -- --require tools/testSetup.js --bail --recursive \"src/**/*.test.js\" --reporter progress",
"test:cover:ci": "istanbul cover --report lcovonly node_modules/mocha/bin/_mocha -- --require tools/testSetup.js \"src/**/*.test.js\" --reporter progress",
"test:watch": "npm run test -- --watch"
},
"repository": {
Expand Down Expand Up @@ -79,7 +79,7 @@
"gh-pages": "0.11.0",
"html-webpack-plugin": "2.22.0",
"isparta": "4.0.0",
"istanbul": "0.4.4",
"istanbul": "1.1.0-alpha.1",
"jsdom": "9.4.1",
"mocha": "3.0.2",
"nock": "8.0.0",
Expand Down

0 comments on commit 7cb984d

Please sign in to comment.