Files
est-frame/node_modules/object-inspect/.nycrc
2025-10-22 05:38:27 +00:00

14 lines
236 B
JSON
Executable File

{
"all": true,
"check-coverage": false,
"instrumentation": false,
"sourceMap": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}