Skip to content

Commit

Permalink
chore: project has higher priority
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 6, 2024
1 parent fe305eb commit 1cba2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/workspace.ts
Expand Up @@ -382,7 +382,7 @@ export class WorkspaceProject {
inspect: this.ctx.config.inspect,
inspectBrk: this.ctx.config.inspectBrk,
alias: [],
includeTaskLocation: this.ctx.config.includeTaskLocation ?? this.config.includeTaskLocation,
includeTaskLocation: this.config.includeTaskLocation ?? this.ctx.config.includeTaskLocation,
}, this.ctx.configOverride || {} as any) as ResolvedConfig
}

Expand Down

0 comments on commit 1cba2c3

Please sign in to comment.