diff --git a/vite.config.ts b/vite.config.ts index 9ecf9c29..c17edf31 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,6 +17,7 @@ export default defineConfig({ test: { globals: true, environment: "jsdom", + clearMocks: true, // Suppress `console` output in CI. silent: !!process.env.CI, setupFiles: ["./tests/setup-tests.ts"],