import { mock } from "https://deno.land/x/deno_slack_sdk@1.6.0/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@1.6.0/dev_deps.ts";
const { returnsThis } = mock;
Creates a function that returns the instance the method was called on.