ant-design-vue/components/switch/__tests__/index.test.js

7 lines
135 B
JavaScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import Switch from '..';
import focusTest from '../../../tests/shared/focusTest';
2018-05-20 13:42:23 +00:00
describe('Switch', () => {
2019-01-12 03:33:27 +00:00
focusTest(Switch);
});