mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-15 22:49:07 +08:00

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