Askr
Generated API snapshot

@askrjs/testing

Exports from the declarations published in @askrjs/testing 0.0.1. Signatures are generated from the installed artifact.

  • @askrjs/testing0.0.1

Exports

This entrypoint publishes 18 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.

createTestClienttype

createTestClient: (target: Injectable, options?: TestClientOptions) => TestClient

createTestRequesttype

createTestRequest: (input: string | URL, options?: InjectOptions) => Request

injecttype

inject: { (target: Injectable, request: Request, options?: Pick<InjectOptions, "maxRedirects">): Promise<Response>; (target: Injectable, input: string | URL, options?: InjectOptions): Promise<Response>; }