-
Notifications
You must be signed in to change notification settings - Fork 948
Create FM CDN build #4264
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
Create FM CDN build #4264
Conversation
|
Size Analysis ReportAffected Products
|
auto formatting tool did its work but since this is not part of this PR reverting it.
Co-authored-by: Feiyang <[email protected]>
Co-authored-by: Feiyang <[email protected]>
Co-authored-by: Feiyang <[email protected]>
@@ -85,7 +79,7 @@ describe('API', () => { | |||
|
|||
expect(response).to.equal('fcm-token-from-server'); | |||
expect(fetchStub).to.be.calledOnceWith(expectedEndpoint, expectedRequest); | |||
expect(getAuthTokenStub).to.be.called; | |||
// TODO: expect fis.getToken to be called. There is some issue w/ stubbing the fis module. |
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.
You should stub the installations object in firebaseDependencies
instead
This is for building fm sw script.