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

Function getAnimationLog

packages/core/test/acceptance/renderer_factory_spec.ts:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306 let rendererFactory: RendererFactory2 | null = null;
307
308 function getAnimationLog(): MockAnimationPlayer[] {
309 return MockAnimationDriver.log as MockAnimationPlayer[];
310 }
311
312 beforeEach(() => {
313 eventLogs = [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected