Skip to content

Commit

Permalink
fix(cli): forward node wasm flags (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeterush committed Sep 18, 2022
1 parent 96d1267 commit 8740054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/src/node/cli-wrapper.ts
Expand Up @@ -14,6 +14,8 @@ const NODE_ARGS = [
'--inspect',
'--inspect-brk',
'--trace-deprecation',
'--experimental-wasm-threads',
'--wasm-atomics-on-non-shared-memory',
]

interface ErrorDef {
Expand Down

0 comments on commit 8740054

Please sign in to comment.