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