Metzploreur/node_modules/object-inspect/.nycrc

14 lines
236 B
Text
Raw Normal View History

2023-11-01 16:33:25 +00:00
{
"all": true,
"check-coverage": false,
"instrumentation": false,
"sourceMap": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}