| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { FirebaseApp, getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app'; |
| 3 | import { Storage, connectStorageEmulator, getStorage, provideStorage } from '@angular/fire/storage'; |
| 4 | import { COMMON_CONFIG } from '../test-config'; |
nothing calls this directly
no test coverage detected