Skip to main content
Module

std/testing/mock.ts>assertSpyCallArg

The Deno Standard Library
Latest
function assertSpyCallArg
import { assertSpyCallArg } from "https://deno.land/std@0.223.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

spy: SpyLike<Self, Args, Return>
callIndex: number
argIndex: number
expected: ExpectedArg