mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-13 15:49:10 +08:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
|
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
||
|
|
||
|
describe('button demo a11y', () => {
|
||
|
accessibilityDemoTest('button');
|
||
|
});
|