Skip to content

Connectum API Reference / @connectum/testing / 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.