recipe_app/backend/test/jest-e2e.json
fred 31f5bdc254
All checks were successful
/ build (push) Successful in 1m5s
refactor: migrate backend to NestJS
2026-02-11 09:36:55 -08:00

9 lines
183 B
JSON

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