Skip to content

Commit 2a3346d

Browse files
authored
Remove passWithNoTests from vite config (#399)
1 parent d1c7bfc commit 2a3346d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

platforms/web/vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export default defineConfig({
3737
},
3838
test: {
3939
environment: 'happy-dom',
40-
// Don't fail CI when no tests exist yet (e.g. while bootstrapping the
41-
// component). Vitest will still fail loudly on actual test failures.
42-
passWithNoTests: true,
4340
environmentOptions: {
4441
happyDOM: {
4542
// Prevent checkout URLs from being fetched in unit tests.

0 commit comments

Comments
 (0)