vitest/docs/config/runner.md
2025-11-06 14:59:05 +01:00

12 lines
357 B
Markdown

---
title: runner | Config
outline: deep
---
# runner
- **Type**: `VitestRunnerConstructor`
- **Default**: `node`, when running tests, or `benchmark`, 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](/api/advanced/runner).