fix(tests): remove fit in component_fixture_spec (#10961)

This commit is contained in:
Kara 2016-08-19 17:12:58 -07:00 committed by GitHub
parent c631cfc2fd
commit 9883e19e2e
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export function main() {
expect(componentFixture.nativeElement).toHaveText('11'); 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(() => { async(() => {
let componentFixture = TestBed.createComponent(AsyncComp); let componentFixture = TestBed.createComponent(AsyncComp);
componentFixture.autoDetectChanges(); componentFixture.autoDetectChanges();