Files
2026-05-10 03:06:54 +07:00

9 lines
195 B
TypeScript

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