Bun samples are verified on Bun 1.3.13; HTTP/2 clients need Bun >= 1.2.6, and a few packages skip their Bun suite in CI. Runtime compatibility
Connectum API Reference / @connectum/test-fixtures / index / MockCall
Interface: MockCall<Args> โ
Defined in: mock-compat.ts:15
A single recorded invocation of a MockFn.
Type Parameters โ
Args โ
Args extends readonly unknown[] = readonly unknown[]
Properties โ
arguments โ
readonlyarguments:Args
Defined in: mock-compat.ts:17
The arguments passed to the mock function.
