Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_slack_sdk/dev_deps.ts>mock.assertSpyCalls

SDK for building Run on Slack apps using Deno
Extremely Popular
Go to Latest
function mock.assertSpyCalls
import { mock } from "https://deno.land/x/deno_slack_sdk@1.6.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