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

x/unitest/mock/mod.ts>defineGlobalThis

🃏 Deno-first universal unit testing framework
Latest
function defineGlobalThis
import { defineGlobalThis } from "https://deno.land/x/unitest@v1.0.0-beta.82/mock/mod.ts";

define custom globalThis property and return reset it

Type Parameters

T extends keyof globalThis

Parameters

key: T
fn: globalThis[T]

Returns

() => void