From beabefe35f6d99c32c0b489edebe3f8a466e6cb1 Mon Sep 17 00:00:00 2001 From: Bernardo Belchior Date: Mon, 14 Jul 2025 10:59:08 +0200 Subject: [PATCH] docs: Fix typo in Runner API page (#8286) --- docs/advanced/runner.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.51.2