Files
travel-planner/backend/test/jest-e2e.json
Bastian Wagner feff7c717e initial
2026-08-17 12:49:36 +02:00

10 lines
183 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
}
}