Skip to content

fix(web): vitest --passWithNoTests so empty CI doesn't fail#34

Merged
codexofc merged 1 commit into
mainfrom
fix/vitest-passwithnotests
May 25, 2026
Merged

fix(web): vitest --passWithNoTests so empty CI doesn't fail#34
codexofc merged 1 commit into
mainfrom
fix/vitest-passwithnotests

Conversation

@codexofc
Copy link
Copy Markdown
Owner

Last green-bar fix. Frontend has no vitest suite yet, vitest run exited 1 on "No test files found". --passWithNoTests lets it pass until the first suite is added.

The frontend has no test files yet; `npm test` defaulted to
`vitest run` which exits 1 when no test files are found. Adding
`--passWithNoTests` lets CI run cleanly until the first vitest
suite lands.
@codexofc codexofc merged commit 0ad1e39 into main May 25, 2026
@codexofc codexofc deleted the fix/vitest-passwithnotests branch May 25, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant