File size: 208 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import '@testing-library/jest-dom/vitest'
import { cleanup } from '@solidjs/testing-library'
import { afterEach } from 'vitest'
// https://github.com/solidjs/solid-testing-library
afterEach(() => cleanup())
|