ant-design/components/modal/__tests__/demo.test.ts
Yuki Zhang b46e839a5f
test: move test cases to @testing/library for Modal (#35785)
* test: move test cases to @testing/library for Modal

* update

* fix: test

* test: add test case for mouse position

* chore: revert
2022-05-31 10:29:13 +08:00

4 lines
75 B
TypeScript

import demoTest from '../../../tests/shared/demoTest';
demoTest('modal');