Skip to content

Commit

Permalink
Setup test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed May 3, 2023
1 parent ed32bc5 commit bb2471f
Show file tree
Hide file tree
Showing 2 changed files with 2,323 additions and 850 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"init-msw": "msw init public/"
"init-msw": "msw init public/",
"test-storybook": "test-storybook"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.0.8",
Expand All @@ -36,6 +37,7 @@
"@storybook/jest": "^0.1.0",
"@storybook/react": "^7.0.6",
"@storybook/react-vite": "^7.0.6",
"@storybook/test-runner": "^0.10.0",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
Expand All @@ -49,4 +51,4 @@
"msw": {
"workerDirectory": "public"
}
}
}
Loading

0 comments on commit bb2471f

Please sign in to comment.