File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -895,14 +895,14 @@ describe('messaging()', function () {
895895 await experimentalSetDeliveryMetricsExportedToBigQueryEnabled ( getMessaging ( ) , true ) ;
896896 should . equal ( isDeliveryMetricsExportToBigQueryEnabled ( getMessaging ( ) ) , true ) ;
897897 } ) ;
898+ } ) ;
898899
899- describe ( 'isSupported()' , function ( ) {
900- it ( 'should return "true" if the device or browser supports Firebase Messaging' , async function ( ) {
901- const { isSupported, getMessaging } = messagingModular ;
902- // For android, when the play services are available, it will return "true"
903- // iOS & web always return "true". Web can be fully implemented when the platform is supported
904- should . equal ( await isSupported ( getMessaging ( ) ) , true ) ;
905- } ) ;
900+ describe ( 'isSupported()' , function ( ) {
901+ it ( 'should return "true" if the device or browser supports Firebase Messaging' , async function ( ) {
902+ const { isSupported, getMessaging } = messagingModular ;
903+ // For android, when the play services are available, it will return "true"
904+ // iOS & web always return "true". Web can be fully implemented when the platform is supported
905+ should . equal ( await isSupported ( getMessaging ( ) ) , true ) ;
906906 } ) ;
907907 } ) ;
908908 } ) ;
You can’t perform that action at this time.
0 commit comments