MCPcopy Index your code
hub / github.com/angular/angularfire / quadWrapper

Function quadWrapper

src/compat/firestore/firestore.spec.ts:62–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 it('should throw on an invalid collection path', () => {
61 const singleWrapper = () => TestBed.runInInjectionContext(() => afs.collection('collection/doc'));
62 const quadWrapper = () => TestBed.runInInjectionContext(() => afs.collection('collection/doc/subcollection/doc'));
63 expect(singleWrapper).toThrowError();
64 expect(quadWrapper).toThrowError();
65 });

Callers

nothing calls this directly

Calls 1

collectionMethod · 0.45

Tested by

no test coverage detected