import { mockFetch } from "https://deno.land/x/deno_slack_hooks@0.2.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://deno.land/x/deno_slack_hooks@0.2.0/dev_deps.ts";
const { uninstall } = mockFetch;
Restore globalThis.fetch
to what it was before this library was imported.