{ "moduleFileExtensions": ["js", "json", "ts"], "rootDir": "..", "testEnvironment": "node", "testRegex": ".integration.spec.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "moduleNameMapper": { "^@/(.*)$": "/src/$1" }, "setupFilesAfterEnv": ["/test/setup-integration.ts"], "testTimeout": 30000 }