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 fe44df4 commit 0cb9223Copy full SHA for 0cb9223
nx.json
@@ -90,7 +90,9 @@
90
"configFile": "{projectRoot}/vitest.unit.config.ts",
91
"coverage": {
92
"enabled": true
93
- }
+ },
94
+ "passWithNoTests": true,
95
+ "watch": false
96
}
97
},
98
"int-test": {
@@ -102,13 +104,19 @@
102
104
"configFile": "{projectRoot}/vitest.int.config.ts",
103
105
106
107
108
109
110
111
112
"e2e": {
113
"cache": true,
114
"inputs": ["default", "test-vitest-inputs"],
- "dependsOn": ["^build"]
115
+ "executor": "@nx/vitest:test",
116
+ "options": {
117
118
119
+ }
120
121
"nxv-pkg-install": {
122
"parallelism": false
0 commit comments