module.exports = { preset: 'ts-jest', testEnvironment: 'node', transform: { '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: './tsconfig.spec.json' }, ], }, };