import TreeSelect from '..';
import focusTest from '../../../tests/shared/focusTest';

describe('TreeSelect', () => {
  focusTest(TreeSelect);
});