fix(ivy): stub TestBed.compileComponents implementation (#26506)
PR Close #26506
This commit is contained in:

committed by
Miško Hevery

parent
65b209359a
commit
f8195e5e3d
@ -270,9 +270,10 @@ export class TestBedRender3 implements Injector, TestBed {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO(vicb): implement
|
||||
compileComponents(): Promise<any> {
|
||||
throw new Error('Render3TestBed.compileComponents is not implemented yet');
|
||||
// assume for now that components don't use templateUrl / stylesUrl to unblock further testing
|
||||
// TODO(pk): plug into the ivy's resource fetching pipeline
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
get(token: any, notFoundValue: any = Injector.THROW_IF_NOT_FOUND): any {
|
||||
|
Reference in New Issue
Block a user