ant-design/components/table/__tests__/demo-extend.test.ts
二货爱吃白萝卜 6f2bddd5a1
feat: Table support virtual (#44349)
* chore: update demo

* chore: adjust fixed style

* chore: opt scroll height

* chore: clean up

* chore: update demo

* chore: bump rc-virtual-list

* chore: update deps

* chore: bump rc-table

* fix: clean up

* chore: fix demo

* test: add test case
2023-08-28 17:36:23 +08:00

4 lines
127 B
TypeScript

import { extendTest } from '../../../tests/shared/demoTest';
extendTest('table', { skip: ['ajax.tsx', 'virtual-list.tsx'] });