xpeditis2.0/apps/backend/test/jest-e2e.json
2025-12-05 13:55:40 +01:00

15 lines
393 B
JSON

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