Skip to content

Commit

Permalink
merge array pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjessop committed Dec 17, 2024
1 parent b97f6df commit 7921997
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vitest-pool-workers/src/pool/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,10 @@ function buildProjectWorkerOptions(
);

if (mode !== "v1" && mode !== "v2") {
runnerWorker.compatibilityFlags.push("nodejs_compat");
runnerWorker.compatibilityFlags.push("no_nodejs_compat_v2");
runnerWorker.compatibilityFlags.push(
"nodejs_compat",
"no_nodejs_compat_v2"
);
}

// Required for `workerd:unsafe` module. We don't require this flag to be set
Expand Down

0 comments on commit 7921997

Please sign in to comment.