mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00

* chore: add unstable entrance * chore: rest of it * chore: use React 19 * chore: fix lint * chore: fix lint * chore: fix lint * chore: fix lint * chore: fix lint * chore: fix lint * chore: fix lint * chore: test ignore 19 preload * chore: bump rc-util * fix: warning of pure render * fix: warning of 19 * chore: adjust ts * test: fix test logic * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: fix test case * chore: restore file * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: fix test case * test: update test * test: fix test case * test: update snapshot * test: fix coverage * test: fix coverage * test: add ignore image
17 lines
387 B
TypeScript
17 lines
387 B
TypeScript
import { extendTest } from '../../../tests/shared/demoTest';
|
|
|
|
extendTest('table', {
|
|
skip: [
|
|
'ajax.tsx',
|
|
'virtual-list.tsx',
|
|
'summary.tsx',
|
|
'sticky.tsx',
|
|
'fixed-gapped-columns.tsx',
|
|
'fixed-columns.tsx',
|
|
'fixed-columns-header.tsx',
|
|
'row-selection-debug.tsx',
|
|
'drag-sorting.tsx',
|
|
'drag-sorting-handler.tsx',
|
|
'drag-column-sorting.tsx',
|
|
],
|
|
});
|