Files
runner-container-hooks/packages/k8s/jest.config.json
Nikola Jokic 3bda7ef21e wip
2025-04-16 10:26:22 +02:00

13 lines
258 B
JSON

{
"clearMocks": true,
"moduleFileExtensions": ["js", "ts"],
"testEnvironment": "node",
"testMatch": ["**/*-test.ts"],
"testRunner": "jest-circus/runner",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"verbose": true,
"testTimeout": 500000
}