1
0
Files

7 lines
118 B
TypeScript
Raw Permalink Normal View History

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