monorepo/apps/api/jest.config.js

8 lines
156 B
JavaScript
Raw Normal View History

2025-02-09 10:39:10 +08:00
/** @type {import('ts-jest').JestConfigWithTsJest} **/
export default {
2025-05-18 19:59:47 +08:00
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest", {}],
},
2025-02-09 10:39:10 +08:00
};