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