mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
|
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
||
|
|
||
|
describe('app demo a11y', () => {
|
||
|
accessibilityDemoTest('app');
|
||
|
});
|