refactor(animations): make animation testing work with fixture.whenRenderingDone
This commit is contained in:

committed by
Jason Aden

parent
8a6eb1ac78
commit
54a6e4ff9e
@ -53,6 +53,8 @@ export class AnimationRendererFactory implements RendererFactory2 {
|
||||
this.delegate.end();
|
||||
}
|
||||
}
|
||||
|
||||
whenRenderingDone(): Promise<any> { return this._engine.whenRenderingDone(); }
|
||||
}
|
||||
|
||||
export class AnimationRenderer implements Renderer2 {
|
||||
|
Reference in New Issue
Block a user