| 24 | |
| 25 | declare global { |
| 26 | interface Window { |
| 27 | __karma__ : { |
| 28 | config: { |
| 29 | args: any[] |
| 30 | } |
| 31 | }; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | export const firestoreEmulatorPort: number = window.__karma__.config.args.find((it) => it[0] === "FIRESTORE_EMULATOR_PORT")[1]; |
nothing calls this directly
no outgoing calls
no test coverage detected