Connectum API Reference / @connectum/testing / index / MockCall
Interface: MockCall<Args>
Defined in: test-fixtures/dist/index.d.ts:115
A single recorded invocation of a MockFn.
Type Parameters
Args
Args extends readonly unknown[] = readonly unknown[]
Properties
arguments
readonlyarguments:Args
Defined in: test-fixtures/dist/index.d.ts:117
The arguments passed to the mock function.
