| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { AngularFireModule, FIREBASE_APP_NAME, FIREBASE_OPTIONS } from '@angular/fire/compat'; |
| 3 | import { AngularFirestore, AngularFirestoreCollection, AngularFirestoreDocument, AngularFirestoreModule, USE_EMULATOR } from '@angular/fire/compat/firestore'; |
| 4 | import { COMMON_CONFIG, firestoreEmulatorPort } from '../../../src/test-config'; |
nothing calls this directly
no test coverage detected