ant-design/components/grid/__tests__/demo.test.ts
Yuki Zhang 81aac069ac
test: move test cases to testing-library for Grid (#37057)
* test: move test cases to testing-library for Grid

* fix: test when typeof gutter is object array in large screen
2022-08-16 10:14:41 +08:00

4 lines
74 B
TypeScript

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