infio-copilot-dev/jest.config.js
duanfuxiang 0c7ee142cb init
2025-01-05 11:51:39 +08:00

8 lines
152 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: 'node',
transform: {
'^.+.tsx?$': ['ts-jest', {}],
},
}