Remove and cleanup storybook testing
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"test:watch": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"test:component": "vitest run tests/components",
|
||||
"test:sb": "storybook dev -p 6006 & wait-on http://localhost:6006 && test-storybook --url http://localhost:6006",
|
||||
"e2e": "playwright test",
|
||||
"test:e2e": "playwright test",
|
||||
"e2e:ui": "playwright test --ui",
|
||||
@@ -64,7 +63,6 @@
|
||||
"@storybook/addon-a11y": "^10.2.0",
|
||||
"@storybook/addon-interactions": "^8.6.14",
|
||||
"@storybook/nextjs": "^10.2.0",
|
||||
"@storybook/test-runner": "^0.24.2",
|
||||
"@svgr/webpack": "^8.1.0",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@testing-library/jest-dom": "^6.8.0",
|
||||
|
||||
Reference in New Issue
Block a user