Skip to main content
Module

x/deno_slack_runtime/dev_deps.ts

Helper library for running a Run on Slack Deno function
Latest
File
export { assertEquals, assertExists, assertMatch, assertRejects, assertStringIncludes, assertThrows, fail,} from "https://deno.land/std@0.177.0/testing/asserts.ts";export * as mock from "https://deno.land/std@0.177.0/testing/mock.ts";export type { Spy } from "https://deno.land/std@0.177.0/testing/mock.ts";export * as mockFetch from "https://deno.land/x/mock_fetch@0.3.0/mod.ts";export { MockProtocol } from "https://deno.land/x/deno_slack_protocols@0.0.2/mock.ts";