{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": ".", "moduleNameMapper": { "@/(.*)": "/src/$1", "test/(.*)": "/test/$1" }, "testEnvironment": "node", "testRegex": ".e2e-spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "setupFiles": ["/test/setEnvVars.ts", "jest-date-mock"], "reporters": ["default", "jest-summarizing-reporter"], "workerIdleMemoryLimit": "512MB", "maxWorkers": 8 }