import { mock } from "https://deno.land/x/deno_slack_sdk@1.4.2/dev_deps.ts";
const { mockSession } = mock;
Creates a session that tracks all mocks created before it's restored. If a callback is provided, it restores all mocks created within it.
import { mock } from "https://deno.land/x/deno_slack_sdk@1.4.2/dev_deps.ts";
const { mockSession } = mock;
Creates a session that tracks all mocks created before it's restored. If a callback is provided, it restores all mocks created within it.