Files
api-teste/test/jest-e2e.json
simplifique ee498a66c5
Some checks failed
Deploy NestJS API / build-and-push (push) Failing after 54s
Primeiro deploy da API NestJS
2026-01-02 13:39:01 -05:00

10 lines
183 B
JSON

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