mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-28 21:08:13 +08:00
13 lines
258 B
JSON
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
|
|
}
|