Files
evrak/backend/test/jest-e2e.json
gitmuhammedalbayrak ff7bd34355
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
chore: Install project dependencies.
2025-11-24 02:59:20 +03:00

10 lines
183 B
JSON

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