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

Method configureTestingModule

packages/core/testing/src/test_bed.ts:120–120  ·  view source on GitHub ↗
(moduleDef: TestModuleMetadata)

Source from the content-addressed store, hash-verified

118 configureCompiler(config: {providers?: any[]; useJit?: boolean}): void;
119
120 configureTestingModule(moduleDef: TestModuleMetadata): TestBed;
121
122 compileComponents(): Promise<any>;
123

Callers 15

hydration_spec.tsFile · 0.65
meta_spec.tsFile · 0.65
bootstrap_spec.tsFile · 0.65
title_spec.tsFile · 0.65
shadow_dom_spec.tsFile · 0.65
noopAnimationTestsFunction · 0.65
configTestBedFunction · 0.65

Implementers 1

TestBedImplpackages/core/testing/src/test_bed.ts

Calls

no outgoing calls

Tested by 15

createNavigationHistoryFunction · 0.52
createRouterScrollerFunction · 0.52
setupRouterFunction · 0.52
setUpRouterFunction · 0.52
setupFunction · 0.52