mirror of
https://github.com/stCarolas/setup-maven.git
synced 2025-02-25 17:15:47 +00:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"clearMocks": true,
|
|
"restoreMocks": true,
|
|
"moduleFileExtensions": ["ts", "js"],
|
|
"testEnvironment": "node",
|
|
"testMatch": ["**/*.test.ts"],
|
|
"transform": {
|
|
"\\.ts$": "ts-jest"
|
|
},
|
|
"testTimeout": 15000,
|
|
"verbose": true
|
|
}
|