Skip to content

Commit 4b03e72

Browse files
authored
fix(browser): correctly inherit browser config in a workspace (#6054)
1 parent 4d5597d commit 4b03e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/workspace.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export class WorkspaceProject {
490490
...this.config.env,
491491
},
492492
browser: {
493-
...this.ctx.config.browser,
493+
...this.config.browser,
494494
orchestratorScripts: [],
495495
testerScripts: [],
496496
commands: {},

0 commit comments

Comments
 (0)