dify/web/jest.setup.ts
2025-04-18 15:54:22 +08:00

7 lines
118 B
TypeScript

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