MCPcopy Create free account
hub / github.com/angular/angular / options

Function options

packages/forms/signals/test/node/api/debounce.spec.ts:510–512  ·  view source on GitHub ↗

Options for testing.

()

Source from the content-addressed store, hash-verified

508
509/** Options for testing. */
510function options() {
511 return {injector: TestBed.inject(Injector)};
512}
513
514/** Returns a promise that will never resolve. */
515function forever(): Promise<never> {

Callers 2

debounce.spec.tsFile · 0.85

Calls 1

injectMethod · 0.65

Tested by

no test coverage detected