mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
357 B
357 B
| title | outline |
|---|---|
| runner | Config | deep |
runner
- Type:
VitestRunnerConstructor - Default:
node, when running tests, orbenchmark, when running benchmarks
Path to a custom test runner. This is an advanced feature and should be used with custom library runners. You can read more about it in the documentation.