Metzploreur/node_modules/object-inspect/.nycrc
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

14 lines
236 B
JSON

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