2
0
Files
cal/calcom/packages/platform/atoms/jest.config.json
2024-08-09 00:39:27 +02:00

10 lines
181 B
JSON

{
"moduleFileExtensions": ["js", "json", "ts"],
"rootDir": ".",
"testEnvironment": "node",
"testRegex": ".*\\.spec\\.ts$",
"transform": {
"^.+\\.ts$": "ts-jest"
}
}