fix(tests): remove fit in component_fixture_spec (#10961)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user