storybook/docs/snippets/common/storybook-testing-addon-install.yarn.js.mdx
Kyle Gach 15623cec68 Remove @next specifiers in docs & READMEs
- If attached to a library used via npx/pnpm dlx, change to `@latest`
- Otherwise, remove it
2023-04-05 10:45:38 -06:00

4 lines
80 B
Plaintext

```shell
yarn add --dev @storybook/testing-( react | vue | vue3 | angular )
```