Skip to main content
Module

x/mock/deps.ts

Utilities to help mock behavior, spy on function calls, stub methods, and fake time for tests.
Very Popular
Latest
File
export { assert, assertEquals, AssertionError, assertIsError, assertNotEquals, assertRejects, assertStrictEquals, assertThrows,} from "https://deno.land/std@0.130.0/testing/asserts.ts";