Skip to main content
Module

x/scaffold/tests/deps.ts>mockSession

scaffold your next project with style and 💗
Latest
function mockSession
import { mockSession } from "https://deno.land/x/scaffold@0.3.0/tests/deps.ts";

Creates a session that tracks all mocks created before it's restored. If a callback is provided, it restores all mocks created within it.

Returns

number

Type Parameters

Self
Args extends unknown[]
Return

Parameters

func: (this: Self, ...args: Args) => Return

Returns

(this: Self, ...args: Args) => Return