Skip to main content
Module

x/deno_slack_hooks/dev_deps.ts>assertSpyCall

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function assertSpyCall
import { assertSpyCall } from "https://deno.land/x/deno_slack_hooks@1.2.3/dev_deps.ts";

Asserts that a spy is called as expected.

Type Parameters

Self
Args extends unknown[]
Return

Parameters

callIndex: number
optional
expected: ExpectedSpyCall<Self, Args, Return>