UNPKG

tln-pm

Version:
7 lines (6 loc) 163 B
import { afterEach } from 'vitest'; import { cleanup } from '@testing-library/react'; import "@testing-library/jest-dom/vitest" afterEach(() => { cleanup(); });