Skip to content

Commit

Permalink
Remove -w from test and add [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
aturkewi committed Mar 25, 2017
1 parent cf7c955 commit a76e0ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"sinon": "^1.17.7",
"superagent": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "mocha -w test/helpers/browser.js test/*.js",
"test": "mocha test/helpers/browser.js test/*.js",
"dev:hot": "webpack-dev-server --hot --inline --progress --colors --watch --display-error-details --display-cached --content-base ./",
"test:watch": "npm run test -- --watch",
"eject": "react-scripts eject"
Expand Down

0 comments on commit a76e0ca

Please sign in to comment.