We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ba4a7 commit 7fad65cCopy full SHA for 7fad65c
packages/auth/src/core/credentials/email.test.ts
@@ -192,6 +192,7 @@ describe('core/credentials/email', () => {
192
sinon
193
.stub(jsHelpers, '_loadJS')
194
.returns(Promise.resolve(new Event('')));
195
+ window.grecaptcha = undefined;
196
197
const getRecaptchaConfigMock = mockEndpointWithParams(
198
Endpoint.GET_RECAPTCHA_CONFIG,
0 commit comments