From f3c1c66cdbe5e57130c3a62ab3de86abab42e26e Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Fri, 26 Sep 2025 18:27:29 +0200 Subject: [PATCH] fix(vitest-plugin): update readme with correct minimal vitest version --- packages/vitest-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vitest-plugin/README.md b/packages/vitest-plugin/README.md index 8639ed85..6cba8821 100644 --- a/packages/vitest-plugin/README.md +++ b/packages/vitest-plugin/README.md @@ -20,7 +20,7 @@ First, install the plugin [`@codspeed/vitest-plugin`](https://www.npmjs.com/pack > [!NOTE] > The CodSpeed plugin is only compatible with -> [vitest@1.2.2](https://www.npmjs.com/package/vitest/v/1.2.2) +> [vitest@3.2](https://www.npmjs.com/package/vitest/v/3.2.4) > and above. ```sh