UNPKG

theme-o-rama

Version:

A TypeScript library for dynamic theme management in react + shadcn + tailwind applications

8 lines (7 loc) 218 B
import "@testing-library/jest-dom"; import { cleanup } from "@testing-library/react"; import { afterEach } from "vitest"; // Cleanup after each test case (unmount React components) afterEach(() => { cleanup(); });