Files
evento/node_modules/@nestjs/serve-static/tests/jest-e2e.json
2026-03-18 14:55:56 -03:00

10 lines
179 B
JSON

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