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

Commit 17a1777

Browse files
committed
[Tests] properly work around the bug, pending jestjs/jest#6792
1 parent 96f7690 commit 17a1777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
"eslint-config-airbnb-base": "^13.0.0",
4646
"eslint-plugin-import": "^2.13.0",
4747
"jest": "^23.4.2",
48-
"jsdom": "~11.1.0",
4948
"react": "*",
5049
"rimraf": "^2.6.2"
5150
},
5251
"peerDependencies": {
5352
"react": "*"
5453
},
5554
"jest": {
55+
"testURL": "http://localhost",
5656
"collectCoverageFrom": [
5757
"src/**",
5858
"!**/*.json"

0 commit comments

Comments
 (0)