MCPcopy
hub / github.com/angular/angular / getTestBed

Function getTestBed

packages/core/testing/src/test_bed.ts:202–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 * @publicApi
201 */
202export function getTestBed(): TestBed {
203 return TestBedImpl.INSTANCE;
204}
205
206/**
207 * @description

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…