test: harden MVP QA gate

This commit is contained in:
vince 2026-06-18 19:50:28 +02:00
parent 081d6085a5
commit bdb02daa96
11 changed files with 479 additions and 44 deletions

View file

@ -2,6 +2,7 @@ import type { StorybookConfig } from "@storybook/sveltekit";
const config: StorybookConfig = {
stories: ["../src/**/*.stories.@(js|ts|svelte)"],
staticDirs: ["../static"],
addons: [
"@storybook/addon-svelte-csf",
"@storybook/addon-a11y",