Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/smx/tests/mock.ts>Mock#assertWasCalledWith

Manage and sync scripts, configs and templates between computers
Latest
method Mock.prototype.assertWasCalledWith
import { Mock } from "https://deno.land/x/smx@v0.6.0/tests/mock.ts";

Type Parameters

K extends keyof T

Parameters

method: K
...args: any[]