// vitest.setup.ts import { expect } from 'vitest'; import '@testing-library/jest-dom/vitest'; // You can add any other global setup here if needed.