| 1 | import { TestBed } from '@angular/core/testing'; |
| 2 | import { FirebaseApp, getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app'; |
| 3 | import { Functions, connectFunctionsEmulator, getFunctions, provideFunctions } from '@angular/fire/functions'; |
| 4 | import { COMMON_CONFIG, functionsEmulatorPort } from '../test-config'; |
nothing calls this directly
no test coverage detected