Skip to content

Commit

Permalink
fix: default --open to !process.env.CI (#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
collinstevens authored Nov 12, 2023
1 parent b5224ac commit 088a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const config = {
api: false,
ui: false,
uiBase: '/__vitest__/',
open: true,
open: !isCI,
css: {
include: [],
},
Expand Down

0 comments on commit 088a047

Please sign in to comment.