Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function mf.sandbox
import { mf } from "https://deno.land/x/jwfetch@v1.2.0/test_deps.ts";
const { sandbox } = mf;

Create a stateful version of the global functions that do not contain any global state.

The returned object can be destructured.

const { fetch, mock, remove, reset } = sandbox()

Returns

MockFetch