| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { AngularFireModule } from '@angular/fire/compat'; |
| 3 | import { AngularFirestore, AngularFirestoreCollectionGroup , AngularFirestoreModule, Query, QueryGroupFn, USE_EMULATOR } from '@angular/fire/compat/firestore'; |
| 4 | import { BehaviorSubject } from 'rxjs'; |
nothing calls this directly
no test coverage detected