Skip to content

Commit

Permalink
Setup test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Dec 21, 2023
1 parent bb884e7 commit af51337
Show file tree
Hide file tree
Showing 2 changed files with 1,606 additions and 48 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"format": "prettier --write src/",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"init-msw": "msw init public/"
"init-msw": "msw init public/",
"test-storybook": "test-storybook"
},
"dependencies": {
"pinia": "^2.1.7",
Expand All @@ -34,6 +35,7 @@
"@storybook/addon-links": "^7.6.6",
"@storybook/blocks": "^7.6.6",
"@storybook/test": "^7.6.6",
"@storybook/test-runner": "^0.16.0",
"@storybook/vue3": "^7.6.6",
"@storybook/vue3-vite": "^7.6.6",
"@vitejs/plugin-vue": "^4.0.0",
Expand Down

0 comments on commit af51337

Please sign in to comment.