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