import { mockFetch } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/dev_deps.ts";
const { uninstall } = mockFetch;
Restore globalThis.fetch
to what it was before this library was imported.
x/deno_slack_hooks/dev_deps.ts>mockFetch.uninstall
import { mockFetch } from "https://dotland.deno.dev/x/deno_slack_hooks@0.5.0/dev_deps.ts";
const { uninstall } = mockFetch;
Restore globalThis.fetch
to what it was before this library was imported.