mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-15 08:58:22 +08:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
import '@testing-library/jest-dom'
|
|
import { cleanup } from '@testing-library/react'
|
|
|
|
afterEach(() => {
|
|
cleanup()
|
|
})
|