export default { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/__tests__/**/*.ts', '**/*.test.ts'], moduleNameMapper: { '^@/(.*)$': '/src/$1' } }