module.exports = { clearMocks: true, roots: ['/src', '/tests'], testEnvironment: 'node', preset: 'ts-jest', setupFiles: ['dotenv/config'] }