mirror of
https://github.com/threeal/cmake-action.git
synced 2025-06-13 12:41:20 +00:00
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"collectCoverage": true,
|
|
"coverageThreshold": {
|
|
"global": {
|
|
"branches": 100,
|
|
"functions": 100,
|
|
"lines": 100,
|
|
"statements": 100
|
|
}
|
|
},
|
|
"moduleNameMapper": {
|
|
"^(\\.{1,2}/.*)\\.mjs$": "<rootDir>/dist/$1.mjs"
|
|
},
|
|
"testMatch": ["**/*.test.js"]
|
|
}
|