Files
runner-container-hooks/packages/docker/jest.config.json
T

13 lines
258 B
JSON
Raw Normal View History

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