Files
urbanLifeline/dify/web/jest.setup.ts

7 lines
118 B
TypeScript
Raw Permalink Normal View History

2025-12-01 17:21:38 +08:00
import '@testing-library/jest-dom'
import { cleanup } from '@testing-library/react'
afterEach(() => {
cleanup()
})