Skip to content

Commit 9439a95

Browse files
fix(web): pass vitest with no tests to allow CI workflow completion
1 parent 792b3eb commit 9439a95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc && vite build",
99
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1010
"typecheck": "tsc --noEmit",
11-
"test": "vitest run"
11+
"test": "vitest run --passWithNoTests"
1212
},
1313
"dependencies": {
1414
"react": "^18.2.0",

0 commit comments

Comments
 (0)