1
0
Files
record-shop/web/test/setup.ts

7 lines
118 B
TypeScript
Raw Normal View History

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