Skip to content

Commit

Permalink
Update packages/auth/__tests__/providers/cognito/signUp.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Chris F <[email protected]>
  • Loading branch information
ashwinkumar6 and cshfang authored Mar 27, 2024
1 parent e63fa57 commit 9f27ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/__tests__/providers/cognito/signUp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ describe('signUp', () => {
});

it('should return `COMPLETE_AUTO_SIGN_IN` step with `isSignUpComplete` false when autoSignIn is enabled and user isn`t confirmed yet', async () => {
// setup signUpVerificationMethod as link in auth config
// set up signUpVerificationMethod as link in auth config
(Amplify.getConfig as any).mockReturnValue({
Auth: {
Cognito: {
Expand Down

0 comments on commit 9f27ce5

Please sign in to comment.