Skip to content

Commit a5e1cad

Browse files
committed
mv testing dir
1 parent dd1c4ef commit a5e1cad

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed

packages/select/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ export {
1212
Size,
1313
State,
1414
} from './Select';
15-
export { getTestUtils, type GetTestUtilsReturnType } from './utils';

packages/select/src/testing/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export { getTestUtils } from './utils/getTestUtils';
2+
export type { GetTestUtilsReturnType } from './utils/getTestUtils.types';

packages/select/src/utils/index.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)