ant-design/components/layout/__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
161 B
TypeScript

import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('layout', {
// we can ignore it
skip: ['basic.tsx'],
});