fix(tests): remove fit in component_fixture_spec ()

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
modules/@angular/core/test

View File

@ -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();