import { mock } from "https://deno.land/x/deno_slack_sdk@2.0.1/dev_deps.ts";
const { returnsThis } = mock;
Creates a function that returns the instance the method was called on.
import { mock } from "https://deno.land/x/deno_slack_sdk@2.0.1/dev_deps.ts";
const { returnsThis } = mock;
Creates a function that returns the instance the method was called on.