Skip to content

Commit ff46266

Browse files
committed
Fix test
1 parent f0e5b20 commit ff46266

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/auth/src/platform_browser/load_js.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ describe('platform-browser/load_js', () => {
5454
el.type = 'text/javascript';
5555
el.charset = 'UTF-8';
5656
});
57-
}
57+
},
58+
gapiScript: 'https://gapiScript',
59+
recaptchaV2Script: 'https://recaptchaV2Script',
60+
recaptchaEnterpriseScript: 'https://recaptchaEnterpriseScript'
5861
});
5962
const el = document.createElement('script');
6063
sinon.stub(el); // Prevent actually setting the src attribute

0 commit comments

Comments
 (0)