Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function assertSpyCallArg
import { assertSpyCallArg } from "https://deno.land/x/frugal@0.3.0/dep/std/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