storybook_vitest_addon 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,13 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
###
|
|
4
4
|
|
|
5
|
-
[](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/ci.yml)
|
|
6
|
+
[](https://github.com/krzysztofradomski/storybook-addon-vitest/actions/workflows/release.yml)
|
|
7
|
+
[](https://www.npmjs.com/package/storybook_vitest_addon)
|
|
6
8
|
|
|
7
9
|
Installation:
|
|
8
10
|
|
|
9
11
|
```
|
|
10
12
|
npm install storybook_vitest_addon
|
|
11
|
-
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
```
|
|
16
|
+
pnpm install storybook_vitest_addon
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
```
|
|
12
20
|
yarn add storybook_vitest_addon
|
|
13
21
|
```
|
|
14
22
|
|