Skip to main content
Deno 2 is finally here 🎉️
Learn more
Extremely Popular
Go to Latest
function mock.assertSpyCalls
import { mock } from "https://deno.land/x/deno_slack_sdk@1.1.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