breakout71/jest.config.js
Renan LE CARO 4fb4c97734 wip
2025-03-14 11:59:49 +01:00

7 lines
No EOL
157 B
JavaScript

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