File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
installations-compat/src/testing
remote-config-compat/test Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ export function getFakeApp(): FirebaseApp {
37
37
} ,
38
38
automaticDataCollectionEnabled : true ,
39
39
delete : async ( ) => { } ,
40
- installations : ( ( ) => null as unknown ) as any ,
41
- _delegate : { } as any
40
+ installations : ( ( ) => null as unknown ) as any
42
41
} ;
43
42
}
44
43
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ export function getFakeApp(): FirebaseApp {
32
32
} ,
33
33
automaticDataCollectionEnabled : true ,
34
34
delete : async ( ) => { } ,
35
- messaging : ( ( ) => null as unknown ) as FirebaseApp [ 'messaging' ] ,
36
- _delegate : { } as any
35
+ messaging : ( ( ) => null as unknown ) as FirebaseApp [ 'messaging' ]
37
36
} ;
38
37
}
39
38
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ export function getFakeApp(): FirebaseApp {
34
34
appId : '1:777777777777:web:d93b5ca1475efe57'
35
35
} ,
36
36
automaticDataCollectionEnabled : true ,
37
- delete : async ( ) => { } ,
38
- _delegate : { } as any
37
+ delete : async ( ) => { }
39
38
} ;
40
39
}
41
40
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ export function getFakeApp(): FirebaseApp {
32
32
} ,
33
33
automaticDataCollectionEnabled : true ,
34
34
delete : async ( ) => { } ,
35
- remoteConfig : ( ( ) => null as unknown ) as FirebaseApp [ 'remoteConfig' ] ,
36
- _delegate : { } as any
35
+ remoteConfig : ( ( ) => null as unknown ) as FirebaseApp [ 'remoteConfig' ]
37
36
} ;
38
37
}
39
38
You can’t perform that action at this time.
0 commit comments