Skip to content

Commit

Permalink
fix(browser): correctly inherit browser config in a workspace (#6054)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 8, 2024
1 parent 4d5597d commit 4b03e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class WorkspaceProject {
...this.config.env,
},
browser: {
...this.ctx.config.browser,
...this.config.browser,
orchestratorScripts: [],
testerScripts: [],
commands: {},
Expand Down

0 comments on commit 4b03e72

Please sign in to comment.