Skip to main content
Module

x/deno_slack_hooks/dev_deps.ts>assertSpyCalls

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

Asserts that a spy is called as much as expected and no more.

Type Parameters

Self
Args extends unknown[]
Return

Parameters

expectedCalls: number