From d21ba40c63333fe3246c1fd41f6c8047537180ea Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 16 Nov 2024 14:14:50 +0800 Subject: [PATCH] Merge pull request #29629 from SpanishPear/patch-3 Improve Documentation clarity of Vite Framework limitations for test-addon (cherry picked from commit 2f8a586faf0050cde5359cb7046ea387f09d26d6) --- docs/writing-tests/test-addon.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-tests/test-addon.mdx b/docs/writing-tests/test-addon.mdx index c75e43a8e59e..fbf331c69dd8 100644 --- a/docs/writing-tests/test-addon.mdx +++ b/docs/writing-tests/test-addon.mdx @@ -36,7 +36,7 @@ If a test fails, it will be marked as such in the sidebar and you can click on t Before installing, make sure your project meets the following requirements: - Storybook ≥ 8.4 -- A Storybook framework that uses Vite (e.g. [`vue3-vite`](../get-started/frameworks/vue3-vite.mdx)), or the [Storybook Next.js framework](../get-started/frameworks/nextjs.mdx) +- A Storybook framework that uses Vite (e.g. [`vue3-vite`](../get-started/frameworks/vue3-vite.mdx), [`react-vite`](../get-started/frameworks/react-vite.mdx), etc.), or the [Storybook Next.js framework](../get-started/frameworks/nextjs.mdx) - Vitest ≥ 2.1 - If you're not using Vitest, it will be installed and configured for you when you install the addon - For Next.js projects