import { expect, afterEach } from 'vitest' import { cleanup } from '@testing-library/react' afterEach(() => { cleanup() })