Uecko_ERP/apps/server/jest.config.js

7 lines
156 B
JavaScript
Raw Normal View History

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