Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function assertSpyCallArg
import { assertSpyCallArg } from "https://deno.land/std@0.201.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