MCPcopy
hub / github.com/rx-angular/rx-angular / getComponent

Function getComponent

libs/template/for/src/lib/tests/for.directive.spec.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 const warnSpy = jest.spyOn(console, 'warn').mockImplementation();
20
21 function getComponent(): TestComponent {
22 return fixture.componentInstance;
23 }
24
25 function detectChangesAndExpectText(text: string): void {
26 fixture.detectChanges();

Callers 2

buildItemListFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected