Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_slack_sdk/dev_deps.ts>mock.assertSpyCalls

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

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

Type Parameters

Self
Args extends unknown[]
Return

Parameters

expectedCalls: number