odin-js-fundamentals-part-5/node_modules/is-boolean-object/.nycrc

11 lines
159 B
Plaintext
Raw Permalink Normal View History

2024-01-11 08:52:05 +00:00
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test",
"test-corejs.js"
]
}