kt-template-online-api/test/jest-e2e.json
2026-05-13 16:19:30 +08:00

18 lines
327 B
JSON

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