File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ export * from './User';
1818export * from './Verification' ;
1919export * from './Waitlist' ;
2020export * from './Web3Wallet' ;
21+
Original file line number Diff line number Diff line change 1+ /**
2+ * Formatting for this file has been disabled in .prettierignore
3+ * as we need to ensure that the import/export order always remains the same
4+ */
15export type { Clerk } from '../clerk' ;
26export * from './APIKey' ;
37export * from './AuthConfig' ;
@@ -42,3 +46,4 @@ export * from './UserSettings';
4246export * from './Verification' ;
4347export * from './Waitlist' ;
4448export * from './Web3Wallet' ;
49+
Original file line number Diff line number Diff line change 1+ import type { ClerkAPIResponseError } from '@clerk/shared/error' ;
12import { describe , expect , it } from 'vitest' ;
23
3- import type { ClerkAPIResponseError } from '../../core/resources/Error' ;
44import { isError } from '../errors' ;
55
66describe ( 'isError(err, code)' , ( ) => {
You can’t perform that action at this time.
0 commit comments