chore(tests): fix broken linker integration test and fix DebugNode export
Fixes two small issues introduced with pr #6555
This commit is contained in:
@@ -149,7 +149,7 @@ export function main() {
|
||||
.createAsync(MyComp)
|
||||
.then((view) => {
|
||||
view.detectChanges();
|
||||
var q = view.debugElement.componentViewChildren[0].getLocal('q');
|
||||
var q = view.debugElement.children[0].getLocal('q');
|
||||
|
||||
expect(q.log).toEqual([["setter", "foo"], ["init", "foo"], ["check", "foo"]]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user