module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['/server'], globals: { 'ts-jest': { tsconfig: '/server/tsconfig.json' } } };