UNPKG

@testing-library/svelte

Version:

Simple and complete Svelte testing utilities that encourage good testing practices.

8 lines (6 loc) 144 B
import { act, cleanup } from '@testing-library/svelte' import { afterEach } from 'vitest' afterEach(async () => { await act() cleanup() })