Skip to content

Commit

Permalink
Update mock target
Browse files Browse the repository at this point in the history
  • Loading branch information
joon-won committed Dec 12, 2024
1 parent 2dec077 commit fee0ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jest.mock('@aws-amplify/core', () => ({
...(jest.createMockFromModule('@aws-amplify/core') as object),
Amplify: { getConfig: jest.fn(() => ({})) },
}));
jest.mock('../../../src/client/utils/store');
jest.mock('../../../src/client/utils/store/signInStore');
jest.mock(
'../../../src/foundation/factories/serviceClients/cognitoIdentityProvider',
);
Expand Down

0 comments on commit fee0ada

Please sign in to comment.