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

* test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * fix: test case * test: add a11y test * chore: code comment adjust
11 lines
288 B
TypeScript
11 lines
288 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('tree', {
|
|
skip: [
|
|
// Skip large data demos to prevent test timeout
|
|
'virtual-scroll.tsx',
|
|
'big-data.tsx',
|
|
// we can set aria attributes to fix it
|
|
'line.tsx',
|
|
],
|
|
});
|