Skip to content

Commit c7337d9

Browse files
committed
test(ui): move the user button type tests into __tests__
1 parent 810a819 commit c7337d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/src/mosaic/user-button/user-button.test-d.ts renamed to packages/ui/src/mosaic/user-button/__tests__/user-button.test-d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { OrganizationResource, UserResource } from '@clerk/shared/types';
22
import { describe, expectTypeOf, test } from 'vitest';
33

4-
import type { UserButtonProps } from '../index';
4+
import type { UserButtonProps } from '../../index';
55

66
// The published surface of `@clerk/nextjs/experimental/mosaic`, imported the way a consumer gets it.
77
// Object literals reach `accept` the same way JSX attributes reach the component, excess-property

0 commit comments

Comments
 (0)