management/front/dkha-web-sz-main/node_modules/es-abstract/.nycrc

16 lines
312 B
Plaintext
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"all": true,
2023-12-28 23:41:32 +08:00
"check-coverage": false,
2023-12-18 13:12:25 +08:00
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"operations",
2023-12-28 23:41:32 +08:00
"test",
"helpers/callBind.js",
"helpers/callBound.js",
"helpers/getOwnPropertyDescriptor.js",
"helpers/getSymbolDescription.js",
"helpers/regexTester.js"
2023-12-18 13:12:25 +08:00
]
}