Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
529 B
TypeScript
Raw Permalink Normal View History

// Root Vitest config so the Storybook addon-vitest Testing UI (and a bare
// `vitest` run from frontend/) discovers the Storybook browser-test project.
// The project definition lives in .storybook/vitest.config.ts; this re-exports
// it from the conventional root location. The editor unit tests are separate
// (editor/vitest.config.ts, run with `vitest --root editor`).
2026-08-07 17:02:11 +01:00
// oxlint-disable-next-line no-restricted-imports -- config re-export; no @-alias covers .storybook/
export { default } from "./.storybook/vitest.config";