2026-07-28 17:06:06 +01:00
|
|
|
// 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/
|
2026-07-28 17:06:06 +01:00
|
|
|
export { default } from "./.storybook/vitest.config";
|