Skip to content

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

readonly arguments: Args

Defined in: test-fixtures/dist/index.d.ts:117

The arguments passed to the mock function.