Skip to main content
Go to Latest
function assertSpyCalls
import { assertSpyCalls } from "https://deno.land/std@0.208.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

spy: SpyLike<Self, Args, Return>
expectedCalls: number