Skip to content

Commit 7546ab2

Browse files
committed
Hotfix to account for new jest requirements with the updated version.
1 parent 905591f commit 7546ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ module.exports = {
128128
"setupFiles": [
129129
"./jest.setup.js"
130130
],
131+
132+
"testEnvironment": "jsdom"
131133

132134
// A list of paths to modules that run some code to configure or set up the testing framework before each test
133135
// setupFilesAfterEnv: [],

0 commit comments

Comments
 (0)