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

* test: add a11y test for remaining components demo * chore: add time-out for a11y test function * chore: fix
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('layout', {
|
|
// we can ignore it
|
|
skip: ['basic.tsx'],
|
|
});
|