Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NhienLam committed Dec 11, 2023
1 parent b95c296 commit 97bde31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/auth/src/platform_browser/load_js.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ describe('platform-browser/load_js', () => {
el.type = 'text/javascript';
el.charset = 'UTF-8';
});
}
},
gapiScript: 'https://gapiScript',
recaptchaV2Script: 'https://recaptchaV2Script',
recaptchaEnterpriseScript: 'https://recaptchaEnterpriseScript'
});
const el = document.createElement('script');
sinon.stub(el); // Prevent actually setting the src attribute
Expand Down

0 comments on commit 97bde31

Please sign in to comment.