Skip to content

Commit

Permalink
Fix jest-environment issue by removing jest package
Browse files Browse the repository at this point in the history
Jest is included in react-scripts. This was causing a problem
because that version was different than the one installed
at the top level of package.json.

For more details on the issue and solution, see this issue:
jestjs/jest#5119 (comment)
  • Loading branch information
Dylan Kario committed Mar 8, 2018
1 parent 06d2524 commit a1e22b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"cypress": "^1.4.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"jest": "^22.4.0",
"jest-cli": "^22.4.0",
"jest-junit-reporter": "^1.1.0",
"react": "^16.2.0",
Expand Down

0 comments on commit a1e22b6

Please sign in to comment.