Skip to content

Commit

Permalink
Merge pull request learn-co-students#9 from learn-co-curriculum/packa…
Browse files Browse the repository at this point in the history
…ge-json

Remove -w from test and add [email protected]
  • Loading branch information
Lukeghenco authored Mar 29, 2017
2 parents 12f2f68 + a76e0ca commit 7bd5be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"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 7bd5be4

Please sign in to comment.