Skip to content

Commit 032d6d3

Browse files
chore: reorder jest.mock declarations to match import order
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4c0f94 commit 032d6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/__tests__/foundation/factories/serviceClients/cognitoIdentityProvider/shared/handler/cognitoUserPoolTransferHandler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { composeTransferHandler } from '@aws-amplify/core/internals/aws-client-u
33

44
import { cognitoUserPoolTransferHandler } from '../../../../../../../src/foundation/factories/serviceClients/cognitoIdentityProvider/shared/handler';
55

6-
jest.mock('@aws-amplify/core/internals/aws-client-utils/composers');
76
jest.mock('@aws-amplify/core/internals/aws-client-utils');
7+
jest.mock('@aws-amplify/core/internals/aws-client-utils/composers');
88

99
const mockComposeTransferHandler = jest.mocked(composeTransferHandler);
1010
const mockUnauthenticatedHandler = jest.mocked(unauthenticatedHandler);

0 commit comments

Comments
 (0)