Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/std/testing/mock.ts>assertSpyCalls

Deno-powered framework for building business web apps
Go to Latest
function assertSpyCalls
import { assertSpyCalls } from "https://deno.land/x/netzo@0.3.91/deps/std/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