UNPKG

@accounter/scraper-app

Version:
7 lines (5 loc) 122 B
import { afterEach } from 'vitest'; import { cleanup } from '@testing-library/react'; afterEach(() => { cleanup(); });