auth-api/tests/node_modules/is-boolean-object/.nycrc
2021-06-23 22:30:45 +02:00

11 lines
159 B
JSON

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