Skip to content
module@warp-drive/holodeck

Function installAdapterFor()

ts
function installAdapterFor(owner, store): void;

Defined in: index.ts:312

Creates an adapterFor function that wraps the provided adapterFor function to override the adapter's _fetchRequest method to route requests through the Holodeck mock server.

Parameters

owner

object

The test context object used to retrieve the test ID.

store

Store$1

Returns

void

Released under the MIT License.