MCPcopy
hub / github.com/angular/angularfire / Window

Interface Window

src/test-config.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected