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 867b3c6 commit 88e43d5Copy full SHA for 88e43d5
nx.json
@@ -22,6 +22,7 @@
22
"executor": "@nx/vite:test",
23
"options": {
24
"configFile": "{projectRoot}/vitest.unit.config.ts",
25
+ "passWithNoTests": true,
26
"coverage": {
27
"enabled": true
28
}
@@ -33,6 +34,7 @@
33
34
35
36
"configFile": "{projectRoot}/vitest.int.config.ts",
37
38
39
40
0 commit comments