mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-09 10:41:22 +00:00
17 lines
333 B
JSON
17 lines
333 B
JSON
{
|
|
"collectCoverage": true,
|
|
"coverageThreshold": {
|
|
"global": {
|
|
"branches": 100,
|
|
"functions": 100,
|
|
"lines": 100,
|
|
"statements": 100
|
|
}
|
|
},
|
|
"extensionsToTreatAsEsm": [".ts", ".mts"],
|
|
"moduleNameMapper": {
|
|
"^(\\.{1,2}/.*)\\.mjs$": "<rootDir>/dist/$1.mjs"
|
|
},
|
|
"testMatch": ["**/*.test.ts"]
|
|
}
|