Skip to content

Commit

Permalink
chore: fix TEST_BAIL env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 26, 2024
1 parent 4fb1513 commit c8ed4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/vitest.workspace.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default defineWorkspace([
capabilities: {
'goog:chromeOptions': {
// @ts-ignore
args: ['--start-maximized', process.env.BAIL && '--auto-open-devtools-for-tabs'].filter(v => !!v),
args: ['--start-maximized', process.env.TEST_BAIL && '--auto-open-devtools-for-tabs'].filter(v => !!v),
},
},
},
Expand Down

0 comments on commit c8ed4bb

Please sign in to comment.