Files
strava-mcp/api/test/jest-e2e.json
Bastian Wagner 38141c0358 git init
2026-06-16 12:15:29 +02:00

10 lines
183 B
JSON

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