Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function assertSpyCalls
import { assertSpyCalls } from "https://deno.land/std@0.201.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