MCPcopy Index your code
hub / github.com/angular/angular / resetTestingModule

Method resetTestingModule

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

Source from the content-addressed store, hash-verified

425 }
426
427 static resetTestingModule(): TestBed {
428 return TestBedImpl.INSTANCE.resetTestingModule();
429 }
430
431 static execute(tokens: any[], fn: Function, context?: any): any {
432 return TestBedImpl.INSTANCE.execute(tokens, fn, context);

Callers 1

resetTestEnvironmentMethod · 0.95

Calls 7

destroyActiveFixturesMethod · 0.95
tearDownTestingModuleMethod · 0.95
resetCompiledComponentsFunction · 0.85
restoreOriginalStateMethod · 0.80
resetTestingModuleMethod · 0.65

Tested by

no test coverage detected