xtablo-source/apps/admin/src/setupTests.ts
2026-04-24 15:10:44 +02:00

6 lines
122 B
TypeScript

import "@testing-library/jest-dom";
import { cleanup } from "@testing-library/react";
afterEach(() => {
cleanup();
});