Skip to content

Commit

Permalink
feat(messaging): revert to old service worker with compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Oct 5, 2022
1 parent db73fb6 commit f8f907d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -218,6 +218,8 @@ void setupTests() {
() async {
await messaging.setDeliveryMetricsExportToBigQuery(true);
},
// Web is skipped because it has to be setup in the service worker
skip: kIsWeb,
);
});
},
Expand Down

0 comments on commit f8f907d

Please sign in to comment.