Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 5, 2024
1 parent 2aa0374 commit f600649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ function loadWorkspace(): string[] {
return (parsedFile || { packages: [] as string[] }).packages || []
}

export default defineWorkspace(loadWorkspace())
export default defineWorkspace(loadWorkspace().filter(pkg => pkg !== 'fixtures/*'))

0 comments on commit f600649

Please sign in to comment.