Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
[Tests] properly work around the bug, pending jestjs/jest#6792
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 3, 2018
1 parent 96f7690 commit 17a1777
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 @@ -45,14 +45,14 @@
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"jest": "^23.4.2",
"jsdom": "~11.1.0",
"react": "*",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"react": "*"
},
"jest": {
"testURL": "http://localhost",
"collectCoverageFrom": [
"src/**",
"!**/*.json"
Expand Down

0 comments on commit 17a1777

Please sign in to comment.