Skip to main content
Module

x/deno_slack_sdk/dev_deps.ts>mock.assertSpyCallArg

SDK for building Run on Slack apps using Deno
Go to Latest
function mock.assertSpyCallArg
import { mock } from "https://deno.land/x/deno_slack_sdk@1.5.0/dev_deps.ts";
const { assertSpyCallArg } = mock;

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