mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 22:39:34 +08:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
|
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
||
|
|
||
|
describe('back-top demo a11y', () => {
|
||
|
accessibilityDemoTest('back-top');
|
||
|
});
|