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