diff --git a/docs/advanced/runner.md b/docs/advanced/runner.md index 872a35077..144a16078 100644 --- a/docs/advanced/runner.md +++ b/docs/advanced/runner.md @@ -139,7 +139,7 @@ If you don't have a custom runner or didn't define `runTest` method, Vitest will ::: ::: tip -Snapshot support and some other features depend on the runner. If you don't want to lose it, you can extend your runner from `VitestTestRunner` imported from `vitest/runners`. It also exposes `BenchmarkNodeRunner`, if you want to extend benchmark functionality. +Snapshot support and some other features depend on the runner. If you don't want to lose it, you can extend your runner from `VitestTestRunner` imported from `vitest/runners`. It also exposes `NodeBenchmarkRunner`, if you want to extend benchmark functionality. ::: ## Tasks