diff --git a/packages/core/test/animation/animation_integration_spec.ts b/packages/core/test/animation/animation_integration_spec.ts index b2a6643956..638bff692f 100644 --- a/packages/core/test/animation/animation_integration_spec.ts +++ b/packages/core/test/animation/animation_integration_spec.ts @@ -2729,7 +2729,7 @@ export function main() { fixture.detectChanges(); expect(getLog().length).toEqual(0); }); - + it('should respect parent/sub animations when the respective area in the DOM is disabled', fakeAsync(() => { @Component({