Files
notify/jest.config.js
2025-04-15 11:22:21 +02:00

8 lines
157 B
JavaScript

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