Skip to content

Commit 6f2d12e

Browse files
committed
Update dependencies and add testURL to Jest config to fix issue with latest version
1 parent ad1a5f2 commit 6f2d12e

File tree

2 files changed

+415
-358
lines changed

2 files changed

+415
-358
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"setupFiles": [
9393
"<rootDir>/tools/jest-setup.js"
9494
],
95-
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js"
95+
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
96+
"testURL": "http://localhost"
9697
}
9798
}

0 commit comments

Comments
 (0)