/** * Vitest setup for smrt-svelte component tests (Sweep L4, #1423). * * Registered via `setupFiles` in vitest.config.ts (the smrt-vitest plugin * appends its own setup alongside this one). Provides: * - jest-dom matchers (`toBeInTheDocument`, `toHaveAttribute`, `toBeDisabled`, …) * - Testing Library auto-cleanup after each test (unmounts mounted components * so the jsdom document doesn't leak between tests). */ import '@testing-library/jest-dom/vitest'; //# sourceMappingURL=setup.d.ts.map