Module

x/deno_slack_hooks/dev_deps.ts>assertSpyCall

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function assertSpyCall
import { assertSpyCall } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/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>