-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address comments and further changes
- Limit to react, vue, and svelte renderers - `addon-vitest` -> `addon-test` - `addon-vitest/plugin` -> `addon-test/vite-plugin` - Add requirements - Add more details and examples about framework plugins - Add more detail about test setup file - Move comparison to previous test runner into its own section - Format snippets
- Loading branch information
Showing
3 changed files
with
132 additions
and
52 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
docs/_snippets/addon-vitest-install.md → docs/_snippets/addon-test-install.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
```shell renderer="common" language="js" packageManager="npx" | ||
npx storybook add @storybook/experimental-addon-vitest | ||
npx storybook add @storybook/experimental-addon-test | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="pnpm" | ||
pnpm exec storybook add @storybook/experimental-addon-vitest | ||
pnpm exec storybook add @storybook/experimental-addon-test | ||
``` | ||
|
||
```shell renderer="common" language="js" packageManager="yarn" | ||
yarn exec storybook add @storybook/experimental-addon-vitest | ||
yarn exec storybook add @storybook/experimental-addon-test | ||
``` |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters