Remove and cleanup storybook testing

This commit is contained in:
adilallo
2026-01-28 14:14:40 -07:00
parent 7ea724a8d9
commit 6de3a07811
8 changed files with 14 additions and 47 deletions
-1
View File
@@ -32,7 +32,6 @@ export default defineConfig({
"tests/e2e/**/*.e2e.test.{js,jsx,ts,tsx}",
],
exclude: [
"tests/e2e/**/*.storybook.test.{js,jsx,ts,tsx}",
"tests/e2e/**/*.spec.{js,jsx,ts,tsx}",
],
// Disable CSS processing in tests to avoid jsdom parsing errors with Tailwind v4