Skip to content

Commit 0bc0718

Browse files
committed
fix: use jsdom
1 parent aa33463 commit 0bc0718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/jest/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ module.exports = {
1111
preset: 'ts-jest',
1212
testMatch: ['<rootDir>/**/*.test.{ts,tsx,js}'],
1313
collectCoverageFrom: ['**/*.{ts,tsx}', '!**/*.d.ts', '!**/*.test.{ts,tsx}'],
14+
testEnvironment: 'jsdom',
1415
}

0 commit comments

Comments
 (0)