Skip to content

Commit cf3d5aa

Browse files
committed
chore: try jsdom
1 parent 3bbda34 commit cf3d5aa

File tree

2 files changed

+1407
-564
lines changed

2 files changed

+1407
-564
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
],
1111
moduleFileExtensions: ['js', 'json'],
1212
testMatch: ['**/test/**/*.test.js'],
13+
testEnvironment: 'jsdom',
1314
snapshotResolver: '<rootDir>/test/helpers/snapshotResolver.js',
1415
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
1516
globalSetup: '<rootDir>/globalSetupTest.js',

0 commit comments

Comments
 (0)