We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb884e7 commit af51337Copy full SHA for af51337
package.json
@@ -20,7 +20,8 @@
20
"format": "prettier --write src/",
21
"storybook": "storybook dev -p 6006",
22
"build-storybook": "storybook build",
23
- "init-msw": "msw init public/"
+ "init-msw": "msw init public/",
24
+ "test-storybook": "test-storybook"
25
},
26
"dependencies": {
27
"pinia": "^2.1.7",
@@ -34,6 +35,7 @@
34
35
"@storybook/addon-links": "^7.6.6",
36
"@storybook/blocks": "^7.6.6",
37
"@storybook/test": "^7.6.6",
38
+ "@storybook/test-runner": "^0.16.0",
39
"@storybook/vue3": "^7.6.6",
40
"@storybook/vue3-vite": "^7.6.6",
41
"@vitejs/plugin-vue": "^4.0.0",
0 commit comments