auth-api/tests/node_modules/deep-equal/.nycrc
2021-06-23 22:30:45 +02:00

29 lines
364 B
JSON

{
"extension": [
".js",
".cjs",
".mjs"
],
"include": [
"*"
],
"exclude": [
"coverage",
"test"
],
"reporter": [
"text",
"html",
"json",
"lcov"
],
"all": false,
"check-coverage": false,
"statements": 100,
"branches": 100,
"lines": 100,
"functions": 100,
"sourceMap": true,
"instrument": true
}