Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/unitest/mock/mod.ts>Mock#add

🃏 Deno-first universal unit testing framework
Latest
method Mock.prototype.add
Re-export
import { Mock } from "https://deno.land/x/unitest@v1.0.0-beta.82/mock/mod.ts";

add values to store

Parameters

unnamed 0: { args: unknown[]; result: MockResult; orderNumber: number; }