ant-design/components/checkbox/__tests__/a11y.test.ts
Jony J 688a0a08c1
test: add a11y test for remaining components demo (#52717)
* test: add a11y test for remaining components demo

* chore: add time-out for a11y test function

* chore: fix
2025-02-10 10:30:32 +08:00

7 lines
211 B
TypeScript

import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('checkbox', {
// we can set aria attributes to fix it
skip: ['custom-line-width.tsx', 'disabled.tsx'],
});