mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-05 05:28:20 +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);
|
||
|
});
|