Skip to content

Commit d1b53fe

Browse files
committed
Update dependencies and add testURL to Jest config. Fixes #23
1 parent a2d48bb commit d1b53fe

File tree

2 files changed

+179
-146
lines changed

2 files changed

+179
-146
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"setupFiles": [
7777
"<rootDir>/tools/jest-setup.js"
7878
],
79-
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js"
79+
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
80+
"testURL": "http://localhost"
8081
},
8182
"keywords": [
8283
"react",

0 commit comments

Comments
 (0)