test(ivy): update root causes for @angular/common TestBed failures (#27322)
PR Close #27322
This commit is contained in:
parent
7076773360
commit
3074f0e436
|
@ -91,7 +91,6 @@ describe('insert/remove', () => {
|
||||||
expect(fixture.nativeElement).toHaveText('bar');
|
expect(fixture.nativeElement).toHaveText('bar');
|
||||||
}));
|
}));
|
||||||
|
|
||||||
fixmeIvy('FW-642: ASSERTION ERROR: Slot should have been initialized to NO_CHANGE') &&
|
|
||||||
it('should use the injector, if one supplied', async(() => {
|
it('should use the injector, if one supplied', async(() => {
|
||||||
let fixture = TestBed.createComponent(TestComponent);
|
let fixture = TestBed.createComponent(TestComponent);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue