We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d4b1c commit 16e0e78Copy full SHA for 16e0e78
jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ testEnvironment: "jsdom",
3
transform: {
4
"^.+\\.tsx?$": "ts-jest",
5
},
0 commit comments