Skip to content

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 โ€‹

readonly arguments: Args

Defined in: mock-compat.ts:17

The arguments passed to the mock function.