7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
module.exports = {
|
|
testEnvironment: "jsdom",
|
|
transform: {
|
|
"^.+\.tsx?$": ["ts-jest",{}],
|
|
},
|
|
}; |