mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-23 12:01:20 +00:00
* test: map imported module from the distribution files * chore: remove @jest/globals, @types/jest, and ts-jest from dependencies * test: modify test files to JavaScript * test: remove `testMatch` option in Jest (redundant) * build: remove `tsconfig.eslint.json` * ci(test): set `--experimental-vm-modules` only on `Test Package` step instead
15 lines
255 B
JSON
15 lines
255 B
JSON
{
|
|
"collectCoverage": true,
|
|
"coverageThreshold": {
|
|
"global": {
|
|
"branches": 100,
|
|
"functions": 100,
|
|
"lines": 100,
|
|
"statements": 100
|
|
}
|
|
},
|
|
"moduleNameMapper": {
|
|
"^(\\.{1,2}/.*)\\.mjs$": "<rootDir>/dist/$1.mjs"
|
|
}
|
|
}
|