| 1 | import { APP_BASE_HREF } from '@angular/common'; |
| 2 | import { TestBed } from '@angular/core/testing'; |
| 3 | import { getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app'; |
| 4 | import { connectAuthEmulator, getAuth, provideAuth } from '@angular/fire/auth'; |
nothing calls this directly
no test coverage detected