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

x/actionify/tests/deps.ts>mockSession

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function mockSession
import { mockSession } from "https://deno.land/x/actionify@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