UNPKG

react-antd-admin-panel

Version:

Modern TypeScript-first React admin panel builder with Ant Design 6

8 lines 219 B
import '@testing-library/jest-dom'; import { cleanup } from '@testing-library/react'; import { afterEach } from 'vitest'; // Cleanup after each test afterEach(() => { cleanup(); }); //# sourceMappingURL=setup.js.map