UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

8 lines (6 loc) 166 B
import '@testing-library/jest-dom/vitest'; import { cleanup } from '@testing-library/react'; import { afterEach } from 'vitest'; afterEach(() => { cleanup(); });