mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-11 15:01:41 +00:00
21 lines
401 B
JSON
21 lines
401 B
JSON
{
|
|
"collectCoverage": true,
|
|
"coverageReporters": ["text"],
|
|
"coverageThreshold": {
|
|
"global": {
|
|
"branches": 100,
|
|
"functions": 100,
|
|
"lines": 100,
|
|
"statements": 100
|
|
}
|
|
},
|
|
"moduleNameMapper": {
|
|
"^(\\.{1,2}/.*)\\.js$": "$1"
|
|
},
|
|
"preset": "ts-jest/presets/default-esm",
|
|
"transform": {
|
|
"^.+\\.ts$": ["ts-jest", { "useESM": true }]
|
|
},
|
|
"verbose": true
|
|
}
|