mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-14 17:01:19 +08:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
import Switch from '..';
|
|
import focusTest from '../../../tests/shared/focusTest';
|
|
|
|
describe('Switch', () => {
|
|
focusTest(Switch);
|
|
});
|