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
Go to Latest
File
export { delay } from "https://deno.land/std@0.125.0/async/delay.ts";export type { DelayOptions } from "https://deno.land/std@0.125.0/async/delay.ts";
export { assert, assertEquals, AssertionError, assertIsError, assertNotEquals, assertRejects, assertStrictEquals, assertThrows,} from "https://deno.land/std@0.125.0/testing/asserts.ts";
export { RBTree } from "https://deno.land/x/collections@0.11.2/trees/rb_tree.ts";export { ascend } from "https://deno.land/x/collections@0.11.2/comparators.ts";export { Vector } from "https://deno.land/x/collections@0.11.2/vector.ts";
export { applyInstanceMixins, applyMixins,} from "https://deno.land/x/mixins@0.7.4/apply.ts";