From 9883e19e2e2839043557ae89740a8f6b299680d2 Mon Sep 17 00:00:00 2001 From: Kara Date: Fri, 19 Aug 2016 17:12:58 -0700 Subject: [PATCH] fix(tests): remove fit in component_fixture_spec (#10961) --- modules/@angular/core/test/component_fixture_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/@angular/core/test/component_fixture_spec.ts b/modules/@angular/core/test/component_fixture_spec.ts index da20c00637..476522eacd 100644 --- a/modules/@angular/core/test/component_fixture_spec.ts +++ b/modules/@angular/core/test/component_fixture_spec.ts @@ -119,7 +119,7 @@ export function main() { expect(componentFixture.nativeElement).toHaveText('11'); })); - fit('should signal through whenStable when the fixture is stable (autoDetectChanges)', + it('should signal through whenStable when the fixture is stable (autoDetectChanges)', async(() => { let componentFixture = TestBed.createComponent(AsyncComp); componentFixture.autoDetectChanges();