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 d1c7bfc commit 2a3346dCopy full SHA for 2a3346d
1 file changed
platforms/web/vite.config.ts
@@ -37,9 +37,6 @@ export default defineConfig({
37
},
38
test: {
39
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,
43
environmentOptions: {
44
happyDOM: {
45
// Prevent checkout URLs from being fetched in unit tests.
0 commit comments