hensei-web/node_modules/object-inspect/.nycrc
2020-09-11 06:44:42 -07:00

17 lines
273 B
JSON

{
"all": true,
"check-coverage": true,
"instrumentation": false,
"sourceMap": false,
"reporter": "html",
"lines": 96,
"statements": 95,
"functions": 96,
"branches": 92,
"exclude": [
"coverage",
"example",
"test",
"test-core-js.js"
]
}