chore: upgrade to ts2dart@0.9.9
This commit is contained in:

committed by
Martin Probst

parent
46cd868827
commit
d2527b504a
@ -351,7 +351,7 @@ export function main() {
|
||||
.then((fixture) => {
|
||||
fixture.detectChanges();
|
||||
|
||||
expect(fixture.debugElement.children[0].inject(Logger).log)
|
||||
expect((<Logger>(fixture.debugElement.children[0].inject(Logger))).log)
|
||||
.toEqual(['parent', 'nestedparent', 'child', 'nestedchild']);
|
||||
|
||||
async.done();
|
||||
|
Reference in New Issue
Block a user