import { mf } from "https://deno.land/x/mackerel_client_deno@v0.5.1/deps.ts";
const { install } = mf;
Replace globalThis.fetch
with mockedFetch
(or another function that
matches the fetch
signature)
To restore the original globalThis.fetch
, call uninstall()
.