Skip to main content
Latest
function mf.sandbox
import { mf } from "https://deno.land/x/jwfetch@v1.3.1/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