getTestBed
Returns a singleton of the applicable TestBed
.
const getTestBed: () => TestBed;
说明
It will be either an instance of TestBedViewEngine
or TestBedRender3
.
Returns a singleton of the applicable TestBed
.
const getTestBed: () => TestBed;
It will be either an instance of TestBedViewEngine
or TestBedRender3
.