Skip to content

Commit

Permalink
Add MSW version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Dec 23, 2024
1 parent 8cbd0ca commit eaaa59b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/writing-tests/test-addon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Before installing, make sure your project meets the following requirements:
- A Storybook framework that uses Vite (e.g. [`vue3-vite`](../get-started/frameworks/vue3-vite.mdx), [`react-vite`](../get-started/frameworks/react-vite.mdx), ['sveltekit`](../get-started/frameworks/sveltekit.mdx), etc.), or the [Storybook Next.js framework with Vite](../get-started/frameworks/nextjs.mdx#with-vite)
- Vitest ≥ 2.1
- If you're not yet using Vitest, it will be installed and configured for you when you install the addon
- (optional) MSW ≥ 2.0
- If MSW is installed, it must be v2.0.0 or later to not conflict with Vitest's dependency

<If renderer="react">
<Callout variant="info" icon="ℹ️">
Expand Down

0 comments on commit eaaa59b

Please sign in to comment.