Skip to main content
Module

x/unitest/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/mod.ts";

define custom globalThis property and return reset it

Type Parameters

T extends keyof globalThis

Parameters

key: T
fn: globalThis[T]

Returns

() => void