-
Notifications
You must be signed in to change notification settings - Fork 928
Add debug token caching to app-check-exp #5110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Changeset File Check
|
Binary Size ReportAffected SDKs
Test Logs |
Size Analysis ReportAffected Products
|
@@ -239,6 +236,7 @@ describe('internal api', () => { | |||
}); | |||
|
|||
it('ignores listeners that throw', async () => { | |||
stub(console, 'error'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it to just suppress error messages during testing? If so, can you please add comments to clarify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, done.
Co-authored-by: Feiyang <[email protected]>
Ported from v8: #5055
Also includes some of the test reliability fixes in 5055 that I missed porting over in an earlier PR.