Skip to content

Commit af51337

Browse files
committed
Setup test-runner
1 parent bb884e7 commit af51337

File tree

2 files changed

+1606
-48
lines changed

2 files changed

+1606
-48
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"format": "prettier --write src/",
2121
"storybook": "storybook dev -p 6006",
2222
"build-storybook": "storybook build",
23-
"init-msw": "msw init public/"
23+
"init-msw": "msw init public/",
24+
"test-storybook": "test-storybook"
2425
},
2526
"dependencies": {
2627
"pinia": "^2.1.7",
@@ -34,6 +35,7 @@
3435
"@storybook/addon-links": "^7.6.6",
3536
"@storybook/blocks": "^7.6.6",
3637
"@storybook/test": "^7.6.6",
38+
"@storybook/test-runner": "^0.16.0",
3739
"@storybook/vue3": "^7.6.6",
3840
"@storybook/vue3-vite": "^7.6.6",
3941
"@vitejs/plugin-vue": "^4.0.0",

0 commit comments

Comments
 (0)