import { mock } from "https://deno.land/x/deno_slack_sdk@2.1.5/dev_deps.ts";
const { spy } = mock;
Wraps a function or instance method with a Spy.
import { mock } from "https://deno.land/x/deno_slack_sdk@2.1.5/dev_deps.ts";
const { spy } = mock;
Wraps a function or instance method with a Spy.