replayAdapter
Auto-generated API reference for replayAdapter.
Function: replayAdapter()
replayAdapter(
fixture):AdapterFactory
Defined in: mock.ts:191
Replay an adapter from a recorded fixture. Each turn maps 1:1 to a recorded entry by index — call N replays fixture[N % fixture.length].
#Parameters
#fixture
#Returns
AdapterFactory