mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
ff23ce72e6
This reverts commit fa47d9ca60
.
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
import TreeSelect from '..';
|
|
import focusTest from '../../../tests/shared/focusTest';
|
|
|
|
describe('TreeSelect', () => {
|
|
focusTest(TreeSelect);
|
|
});
|