Files
glink-website/node_modules/object-inspect/.nycrc
Aravind142857 a8b8883b11 Node JS version
2023-06-09 20:10:18 -05: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"
]
}