monorepo/apps/api/jest.config.js

8 lines
166 B
JavaScript
Raw Normal View History

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