1 2 3 4 5 6 7
import "@testing-library/jest-dom/vitest"; import { afterEach } from "vitest"; import { cleanup } from "@testing-library/svelte"; afterEach(() => { cleanup(); });