| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app'; |
| 3 | import { Messaging, getMessaging, isSupported, provideMessaging } from '@angular/fire/messaging'; |
| 4 | import { COMMON_CONFIG } from '../test-config'; |
nothing calls this directly
no test coverage detected