Skip to content

Commit 16e0e78

Browse files
committed
Use jest-environment-jsdom
1 parent a3d4b1c commit 16e0e78

File tree

3 files changed

+1025
-0
lines changed

3 files changed

+1025
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
testEnvironment: "jsdom",
23
transform: {
34
"^.+\\.tsx?$": "ts-jest",
45
},

0 commit comments

Comments
 (0)