Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(workspace): correctly resolve workspace globs and file paths #6316

Merged
merged 16 commits into from
Aug 12, 2024
Merged
Prev Previous commit
Next Next commit
chore: cleanup
  • Loading branch information
sheremet-va committed Aug 12, 2024
commit 7d4ac238eb859963acaff78aac0c538b81c396b9
2 changes: 1 addition & 1 deletion packages/vitest/src/node/workspace/resolveWorkspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ async function resolveWorkspaceProjectConfigs(
// project configurations that were specified directly
const projectsOptions: UserWorkspaceConfig[] = []

// custom config files that were specified directly
// custom config files that were specified directly or resolved from a directory
const workspaceConfigFiles: string[] = []

// custom glob matches that should be resolved as directories or config files
Expand Down
Loading