fix(tests): remove fit in component_fixture_spec (#10961)
This commit is contained in:
parent
c631cfc2fd
commit
9883e19e2e
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue