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

x/actionify/tests/deps.ts>assertSpyCall

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function assertSpyCall
import { assertSpyCall } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

Asserts that a spy is called as expected.

Type Parameters

Self
Args extends unknown[]
Return

Parameters

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