Skip to main content
Module

x/kd_clients/deps.ts>assertSpyCall

Various HTTP clients for miscellaneous use.
Go to Latest
function assertSpyCall
Re-export
import { assertSpyCall } from "https://deno.land/x/kd_clients@v1.0.0-preview.5/deps.ts";

Asserts that a spy is called as expected.

Type Parameters

Self
Args extends unknown[]
Return

Parameters

spy: Spy<Self, Args, Return>
callIndex: number
optional
expected: ExpectedSpyCall<Self, Args, Return>