Back to Vitest

execArgv | Config

docs/config/execargv.md

4.1.5364 B
Original Source

execArgv

  • Type: string[]
  • Default: []

Pass additional arguments to node in the runner worker. See Command-line API | Node.js for more information.

:::warning Be careful when using, it as some options may crash worker, e.g. --prof, --title. See https://github.com/nodejs/node/issues/41103. :::