Files
docx-js/.nycrc
Dolan Miu 236cce604f Fix tests
2023-03-17 00:54:29 +00:00

26 lines
370 B
JSON

{
"check-coverage": true,
"statements": 99.87,
"branches": 98.2,
"functions": 100,
"lines": 99.86,
"include": [
"src/**/*.ts"
],
"exclude": [
"src/**/*.spec.ts",
"src/import-dotx/import-dotx.ts"
],
"reporter": [
"lcov",
"text",
"json"
],
"extension": [
".ts"
],
"cache": true,
"all": true,
"sourceMap": true
}