diff --git a/packages/vitest/src/node/cli-wrapper.ts b/packages/vitest/src/node/cli-wrapper.ts index 49a528bbce54..79fa210a3d17 100644 --- a/packages/vitest/src/node/cli-wrapper.ts +++ b/packages/vitest/src/node/cli-wrapper.ts @@ -14,6 +14,8 @@ const NODE_ARGS = [ '--inspect', '--inspect-brk', '--trace-deprecation', + '--experimental-wasm-threads', + '--wasm-atomics-on-non-shared-memory', ] interface ErrorDef {