Skip to content

Commit

Permalink
test: silence output in CI (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Dec 8, 2024
1 parent 1d24da0 commit 9bfddc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export default defineConfig({
test: {
globals: true,
environment: "jsdom",
// Suppress `console` output in CI.
silent: !!process.env.CI,
setupFiles: ["./tests/setup-tests.ts"],
},
});

0 comments on commit 9bfddc5

Please sign in to comment.