2024-08-25 12:12:16 +00:00
|
|
|
/** @type {import('ts-jest').JestConfigWithTsJest} **/
|
|
|
|
|
module.exports = {
|
|
|
|
|
testEnvironment: "node",
|
|
|
|
|
transform: {
|
|
|
|
|
"^.+.tsx?$": ["ts-jest",{}],
|
2024-11-02 15:23:44 +00:00
|
|
|
"^.+.ts?$": ["ts-jest",{}],
|
2024-08-25 12:12:16 +00:00
|
|
|
},
|
|
|
|
|
};
|