Skip to main content
Go to Latest
function assertSpyCalls
import { assertSpyCalls } from "https://deno.land/std@0.145.0/testing/mock.ts";

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

Type Parameters

Self
Args extends unknown[]
Return

Parameters

expectedCalls: number