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

7 lines
147 B
JavaScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import TreeSelect from '..';
import focusTest from '../../../tests/shared/focusTest';
2018-07-11 09:51:20 +00:00
describe('TreeSelect', () => {
2019-01-12 03:33:27 +00:00
focusTest(TreeSelect);
});