We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9d65e commit aff97e4Copy full SHA for aff97e4
packages/select/src/Select/Select.spec.tsx
@@ -16,8 +16,7 @@ import { keyMap } from '@leafygreen-ui/lib';
16
import { RenderMode } from '@leafygreen-ui/popover';
17
import { Context, jest as Jest } from '@leafygreen-ui/testing-lib';
18
19
-import { getTestUtils } from '../utils/getTestUtils/getTestUtils';
20
-import { TestUtilsReturnType } from '../utils/getTestUtils/getTestUtils.types';
+import { getTestUtils, type TestUtilsReturnType } from '../testing';
21
import { Option, OptionGroup, Select } from '..';
22
23
import { SelectProps, State } from './Select.types';
0 commit comments