mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-16 14:08:27 +02:00

* test: add a11y test for remaining components demo * chore: add time-out for a11y test function * chore: fix
6 lines
211 B
TypeScript
6 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'],
|
|
});
|