breakout71/jest.config.js

7 lines
158 B
JavaScript
Raw Normal View History

2025-03-14 11:59:49 +01:00
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "jsdom",
2025-03-14 11:59:49 +01:00
transform: {
"^.+\.tsx?$": ["ts-jest",{}],
},
};