mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 15:40:53 +08:00

* test: add a11y test for remaining components demo * chore: add time-out for a11y test function * chore: fix
9 lines
251 B
TypeScript
9 lines
251 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('tree-select', {
|
|
// we can set aria attributes to fix it
|
|
disabledRules: ['label'],
|
|
// skip internal debug demo
|
|
skip: ['render-panel.tsx'],
|
|
});
|