Skip to content

Commit

Permalink
Upgrade mocha to v3
Browse files Browse the repository at this point in the history
and remove co-mocha
  • Loading branch information
jhen0409 committed Aug 3, 2016
1 parent fe4e552 commit c9d3231
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "cross-env NODE_ENV=test mocha --compilers js:babel-register --recursive --require ./test/setup.js test/**/*.spec.js",
"test-watch": "npm test -- --watch",
"test-e2e": "cross-env NODE_ENV=test mocha --compilers js:babel-register --require ./test/setup.js --require co-mocha ./test/e2e.js",
"test-e2e": "cross-env NODE_ENV=test mocha --compilers js:babel-register --require ./test/setup.js ./test/e2e.js",
"lint": "eslint app test *.js",
"hot-server": "node -r babel-register server.js",
"build-main": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.electron.js --progress --profile --colors",
Expand Down Expand Up @@ -64,7 +64,6 @@
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"co-mocha": "^1.1.2",
"concurrently": "^2.2.0",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
Expand All @@ -86,7 +85,7 @@
"jsdom": "^9.4.1",
"json-loader": "^0.5.4",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"mocha": "^3.0.0",
"node-libs-browser": "^1.0.0",
"react-addons-test-utils": "^15.3.0",
"redux-logger": "^2.6.1",
Expand Down

0 comments on commit c9d3231

Please sign in to comment.