Skip to content

Commit 2c57e08

Browse files
committed
Update jest config
1 parent 91446f4 commit 2c57e08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
"setupFiles": [
9898
"<rootDir>/tools/jest-setup.js"
9999
],
100-
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
100+
"setupFilesAfterEnv": [
101+
"./node_modules/jest-enzyme/lib/index.js"
102+
],
101103
"testURL": "http://localhost"
102104
}
103105
}

0 commit comments

Comments
 (0)