Skip to content

Commit 88e43d5

Browse files
author
John Doe
committed
chore: add passWithNoTests:true to all test configs
1 parent 867b3c6 commit 88e43d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nx.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"executor": "@nx/vite:test",
2323
"options": {
2424
"configFile": "{projectRoot}/vitest.unit.config.ts",
25+
"passWithNoTests": true,
2526
"coverage": {
2627
"enabled": true
2728
}
@@ -33,6 +34,7 @@
3334
"executor": "@nx/vite:test",
3435
"options": {
3536
"configFile": "{projectRoot}/vitest.int.config.ts",
37+
"passWithNoTests": true,
3638
"coverage": {
3739
"enabled": true
3840
}

0 commit comments

Comments
 (0)