-
Notifications
You must be signed in to change notification settings - Fork 938
Fix e2e tests #6238
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
Fix e2e tests #6238
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
I think the E2E tests were failing (https://github.com/firebase/firebase-js-sdk/actions/runs/2278640484) because karma-typescript was trying to grab the cjs module for idb and karma-typescript config doesn't allow specifying module fields preferences. This fixes it locally, will see how it runs on CI after merged.