Skip to content

Commit

Permalink
feat: add workspace support
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 29, 2023
1 parent 446308d commit bd09e50
Show file tree
Hide file tree
Showing 17 changed files with 584 additions and 231 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/node/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ export function resolveConfig(
port: 63315,
}

resolved.workspaces ||= []

return resolved
}

Expand Down

0 comments on commit bd09e50

Please sign in to comment.