Files
yusheng-h5/uni_modules/UniDevTools/node_modules/object-inspect/.nycrc

14 lines
236 B
Plaintext
Raw Normal View History

2025-08-11 11:06:07 +08:00
{
"all": true,
"check-coverage": false,
"instrumentation": false,
"sourceMap": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}