chore(testbed): migrate compiler integration spec to testcomponentbuilder
Part of #2354
This commit is contained in:
parent
d800d2f5d7
commit
2c11205b96
|
@ -87,6 +87,8 @@ export class DebugElement {
|
|||
return this._elementInjector.get(type);
|
||||
}
|
||||
|
||||
getLocal(name: string): any { return this._parentView.locals.get(name); }
|
||||
|
||||
/**
|
||||
* Return the first descendant TestElememt matching the given predicate
|
||||
* and scope.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue