Skip to main content
Module

std/testing/mock.ts>assertSpyCalls

The Deno Standard Library
Latest
function assertSpyCalls
import { assertSpyCalls } from "https://deno.land/std@0.224.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