mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-19 11:58:41 +08:00
6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
|
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
||
|
|
||
|
describe('collapse demo a11y', () => {
|
||
|
accessibilityDemoTest('collapse', { skip: ['extra.tsx'] });
|
||
|
});
|