test(ivy): update root cause for core test (#27768)

PR Close #27768
This commit is contained in:
Kara Erickson 2018-12-19 14:35:56 -08:00 committed by Matias Niemelä
parent b08f3acf09
commit 99d0e27587

View File

@ -542,7 +542,8 @@ function declareTests(config?: {useJit: boolean}) {
expect(value.tagName.toLowerCase()).toEqual('div'); expect(value.tagName.toLowerCase()).toEqual('div');
}); });
fixmeIvy('FW-709: Context discovery does not support templates (comment nodes)') fixmeIvy(
'FW-870: DebugNode.references gets comment node instead of TemplateRef for template nodes')
.it('should assign the TemplateRef to a user-defined variable', () => { .it('should assign the TemplateRef to a user-defined variable', () => {
const fixture = const fixture =
TestBed.configureTestingModule({declarations: [MyComp]}) TestBed.configureTestingModule({declarations: [MyComp]})