From 5a1b9a34dfedad6af72a50fd561e5675d37bf27a Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Mon, 21 Aug 2017 20:07:28 +0200 Subject: [PATCH] style(animations): format integration spec (#18805) --- packages/core/test/animation/animation_integration_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({