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