Skip to content

Commit 8f68f0b

Browse files
committed
chore(redux-devtools-core): use updated jest field
1 parent 418cd97 commit 8f68f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/redux-devtools-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"umd"
2121
],
2222
"jest": {
23-
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js",
23+
"setupFilesAfterEnv": ["<rootDir>/test/setup.js"],
2424
"moduleNameMapper": {
2525
"\\.(css|scss)$": "<rootDir>/test/__mocks__/styleMock.js"
2626
}

0 commit comments

Comments
 (0)