ant-design-vue/components/tree-select/__tests__/index.test.js
2018-07-11 17:51:20 +08:00

7 lines
143 B
JavaScript

import TreeSelect from '..'
import focusTest from '../../../tests/shared/focusTest'
describe('TreeSelect', () => {
focusTest(TreeSelect)
})