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 d52ad14 commit 2275632
Show file tree
Hide file tree
Showing 2 changed files with 1,619 additions and 51 deletions.
6 changes: 4 additions & 2 deletions package.json
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.6.6",
Expand All @@ -36,6 +37,7 @@
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/test": "^7.6.6",
"@storybook/test-runner": "^0.16.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
Expand All @@ -51,4 +53,4 @@
"msw": {
"workerDirectory": "public"
}
}
}

0 comments on commit 2275632

Please sign in to comment.