Skip to content

Commit 7fad65c

Browse files
author
renkelvin
committed
Update email.test.ts
1 parent 40ba4a7 commit 7fad65c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/src/core/credentials/email.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ describe('core/credentials/email', () => {
192192
sinon
193193
.stub(jsHelpers, '_loadJS')
194194
.returns(Promise.resolve(new Event('')));
195+
window.grecaptcha = undefined;
195196

196197
const getRecaptchaConfigMock = mockEndpointWithParams(
197198
Endpoint.GET_RECAPTCHA_CONFIG,

0 commit comments

Comments
 (0)