Skip to main content
Go to Latest
function assertSpyCallArg
import { assertSpyCallArg } from "https://deno.land/std@0.145.0/testing/mock.ts";

Asserts that a spy is called with a specific arg as expected.

Type Parameters

Self
Args extends unknown[]
Return
ExpectedArg

Parameters

callIndex: number
argIndex: number
expected: ExpectedArg