Files

9 lines
195 B
TypeScript
Raw Permalink Normal View History

2026-05-10 03:06:54 +07:00
import "fake-indexeddb/auto";
import "@testing-library/jest-dom/vitest";
import { cleanup } from "@testing-library/react";
import { afterEach } from "vitest";
afterEach(() => {
cleanup();
});