test(ivy): update root cause of linker test (#28004)

PR Close #28004
This commit is contained in:
Kara Erickson 2019-01-08 20:16:17 -08:00 committed by Andrew Kushnir
parent 5e7c71e51c
commit cea3b8f885
1 changed files with 1 additions and 1 deletions

View File

@ -1102,7 +1102,7 @@ function declareTests(config?: {useJit: boolean}) {
.toHaveText('dynamic greet');
}));
fixmeIvy('FW-707: TestBed: No LView in getParentInjectorLocation')
fixmeIvy('FW-929: ModuleWithComponentFactories.componentFactories is never filled in')
.it('should create a component that has been freshly compiled', () => {
@Component({template: ''})
class RootComp {