Skip to content

Commit 33e7b66

Browse files
anshumanvalexander-akait
authored andcommitted
chore: try jsdom
1 parent 8b45112 commit 33e7b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
testPathIgnorePatterns: ['<rootDir>/bin/this/process-arguments.js'],
1212
moduleFileExtensions: ['js', 'json'],
1313
testMatch: ['**/test/**/*.test.js'],
14+
testEnvironment: 'jsdom',
1415
snapshotResolver: '<rootDir>/test/helpers/snapshotResolver.js',
1516
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
1617
globalSetup: '<rootDir>/globalSetupTest.js',

0 commit comments

Comments
 (0)