Skip to content

Commit

Permalink
fix: respect poolOptions
Browse files Browse the repository at this point in the history
Closes #514
  • Loading branch information
sheremet-va committed Oct 31, 2024
1 parent 8575942 commit 6eaaef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export async function initVitest(meta: WorkerMeta, options?: UserConfig) {
execArgv: pnpExecArgv,
},
}
: undefined,
: {},
},
{
server: {
Expand Down

0 comments on commit 6eaaef4

Please sign in to comment.