[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-01 10:15:12 +00:00
committed by GitHub
parent f35aae313c
commit 4d26480075

9
.nycrc
View File

@@ -1,10 +1,5 @@
{ {
"reporter": [ "reporter": ["text", "lcov", "json", "html"],
"text",
"lcov",
"json",
"html"
],
"exclude": [ "exclude": [
"node_modules/**/*", "node_modules/**/*",
"cypress/**/*", "cypress/**/*",
@@ -16,4 +11,4 @@
], ],
"all": true, "all": true,
"check-coverage": false "check-coverage": false
} }