Skip to content

Commit 9d9a105

Browse files
committed
Update jest configuration
1 parent 836713b commit 9d9a105

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
@@ -83,7 +83,9 @@
8383
"setupFiles": [
8484
"<rootDir>/tools/jest-setup.js"
8585
],
86-
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
86+
"setupFilesAfterEnv": [
87+
"./node_modules/jest-enzyme/lib/index.js"
88+
],
8789
"testURL": "http://localhost"
8890
},
8991
"keywords": [

0 commit comments

Comments
 (0)