We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd6870 commit c6eb5b0Copy full SHA for c6eb5b0
hivemq-edge-frontend/.nycrc.json
@@ -0,0 +1,16 @@
1
+{
2
+ "all": true,
3
+ "report-dir": "./coverage-cypress",
4
+ "extends": "@istanbuljs/nyc-config-typescript",
5
+ "check-coverage": true,
6
+ "include": [
7
+ "src/**/*.ts",
8
+ "src/**/*.tsx"
9
+ ],
10
+ "exclude": [
11
+ "cypress/**/*.*",
12
+ "**/*.d.ts",
13
+ "**/*.cy.tsx",
14
+ "**/*.cy.ts"
15
+ ]
16
+}
hivemq-edge-frontend/package.json
@@ -163,9 +163,6 @@
163
"msw": {
164
"workerDirectory": "public"
165
},
166
- "nyc": {
167
- "report-dir": "./coverage-cypress"
168
- },
169
"engines": {
170
"node": "18",
171
"pnpm": "8"
0 commit comments