Skip to content

Commit 9ce4bb3

Browse files
committed
chore(jest): update test environment to jest-environment-jsdom
1 parent 54b43e8 commit 9ce4bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export default {
146146
// snapshotSerializers: [],
147147

148148
// The test environment that will be used for testing
149-
testEnvironment: 'jest-environment-node'
149+
testEnvironment: 'jest-environment-jsdom'
150150

151151
// Options that will be passed to the testEnvironment
152152
// testEnvironmentOptions: {},

0 commit comments

Comments
 (0)