Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
fix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarv committed Oct 20, 2018
1 parent ec14d54 commit b5b4f41
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 @@ -68,7 +68,7 @@
"precommit": "lint-staged",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll --env=jsdom --modulePaths=src",
"test": "react-scripts test",
"codecov": "codecov < ./coverage/lcov.info"
},
"lint-staged": {
Expand Down

0 comments on commit b5b4f41

Please sign in to comment.