atlilith/@platform/codebase/@features/sso/backend-api/test/jest-e2e.json
autocommit 4e63cd7884 deps-upgrade(sso): ⬆️ Update SSO backend dependencies to latest versions for security and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 02:24:36 -07:00

17 lines
408 B
JSON
Executable file

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