File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ const config: StorybookConfig = {
77 "../src/Views/**/*.stories.@(js|jsx|mjs|ts|tsx)"
88 ] ,
99
10- addons : [ "@storybook/addon-links" , "@storybook/addon-docs" ] ,
10+ addons : [
11+ "@storybook/addon-links" ,
12+ "@storybook/addon-docs" ,
13+ "@storybook/addon-vitest"
14+ ] ,
1115
1216 framework : {
1317 name : "@storybook/react-vite" ,
Original file line number Diff line number Diff line change 7171 "@programmer_network/use-ajv-form" : " 1.0.35" ,
7272 "@storybook/addon-docs" : " 10.1.10" ,
7373 "@storybook/addon-links" : " 10.1.10" ,
74+ "@storybook/addon-vitest" : " 10.1.10" ,
7475 "@storybook/react-vite" : " 10.1.10" ,
7576 "@tailwindcss/forms" : " 0.5.11" ,
7677 "@tailwindcss/postcss" : " 4.1.18" ,
117118 "vite-plugin-dts" : " 4.5.4" ,
118119 "vite-plugin-eslint" : " 1.8.1" ,
119120 "vite-tsconfig-paths" : " 6.0.2" ,
120- "vitest" : " 4.0.16"
121+ "vitest" : " 4.0.16" ,
122+ "playwright" : " 1.57.0" ,
123+ "@vitest/browser-playwright" : " 4.0.16" ,
124+ "@vitest/coverage-v8" : " 4.0.16"
121125 },
122126 "dependencies" : {
123127 "@popperjs/core" : " 2.11.8" ,
You can’t perform that action at this time.
0 commit comments