module.exports = { clearMocks: true, globals: { 'ts-jest': { tsconfig: 'tsconfig.json', }, }, moduleFileExtensions: ['ts', 'tsx', 'js'], testEnvironment: 'node', testMatch: ['/src/**/*-tests.+(ts|tsx|js)'], transform: { '^.+\\.(ts|tsx)$': 'ts-jest', }, watchman: true, };