You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(EAR-3809): Start service worker prior to page load. (#6369)
* fix(EAR-3809): service worker is running in prod, but not intercepting fetch requests. Per mdn service work lifecycle docs, attempting to load service worker prior to page load -- to ensure is properly set.
* chore(ear-3809): jest unit tests needs to have module mapped import for service worker
* chore: update unit test mocks
0 commit comments