mirror of
https://github.com/actions/runner-container-hooks.git
synced 2026-01-10 20:18:49 +08:00
wip
This commit is contained in:
12
packages/k8s/jest.config.json
Normal file
12
packages/k8s/jest.config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"clearMocks": true,
|
||||
"moduleFileExtensions": ["js", "ts"],
|
||||
"testEnvironment": "node",
|
||||
"testMatch": ["**/*-test.ts"],
|
||||
"testRunner": "jest-circus/runner",
|
||||
"transform": {
|
||||
"^.+\\.ts$": "ts-jest"
|
||||
},
|
||||
"verbose": true,
|
||||
"testTimeout": 500000
|
||||
}
|
||||
Reference in New Issue
Block a user