ant-design-vue/components/tree-select/__tests__/index.test.js

7 lines
143 B
JavaScript
Raw Normal View History

2018-07-11 09:51:20 +00:00
import TreeSelect from '..'
import focusTest from '../../../tests/shared/focusTest'
describe('TreeSelect', () => {
focusTest(TreeSelect)
})