Files
edr-platform/apps/edr-passenger-api/test/jest-e2e.json
2026-05-13 16:58:49 +03:00

8 lines
177 B
JSON

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