Files

7 lines
122 B
TypeScript
Raw Permalink Normal View History

import { afterEach } from 'vitest';
import { cleanup } from '@testing-library/svelte';
afterEach(() => {
cleanup();
});