MCPcopy Index your code
hub / github.com/angular/angular / flushEffects

Method flushEffects

packages/core/testing/src/test_bed.ts:443–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441 }
442
443 static flushEffects(): void {
444 return TestBedImpl.INSTANCE.tick();
445 }
446
447 static tick(): void {
448 return TestBedImpl.INSTANCE.tick();

Callers

nothing calls this directly

Calls 2

tickMethod · 0.95
tickMethod · 0.65

Tested by

no test coverage detected