File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 "prepare" : " cd .. && husky frontend/.husky" ,
1414 "test" : " vitest" ,
1515 "test:coverage" : " vitest --coverage --watch=false" ,
16- "test-storybook" : " test-storybook" ,
17- "test-storybook:coverage" : " test-storybook --coverage" ,
1816 "storybook" : " storybook dev -p 6006" ,
1917 "build-storybook" : " storybook build"
2018 },
Original file line number Diff line number Diff line change 11import { defineConfig } from "vitest/config" ;
22
3+ import config from "./vite.config" ;
4+
35export default defineConfig ( {
6+ ...config ,
47 test : {
58 globals : true ,
69 environment : "jsdom" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const dirname =
1010
1111// More info at: https://storybook.js.org/docs/writing-tests/test-addon
1212export default defineWorkspace ( [
13- "*.stories.tsx " ,
13+ "vitest.config.ts " ,
1414 {
1515 extends : "vite.config.ts" ,
1616 plugins : [
You can’t perform that action at this time.
0 commit comments