| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { FirebaseApp, getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app'; |
| 3 | import { Firestore, connectFirestoreEmulator, getFirestore, provideFirestore } from '@angular/fire/firestore/lite'; |
| 4 | import { COMMON_CONFIG, firestoreEmulatorPort } from '../../test-config'; |
nothing calls this directly
no test coverage detected