Skip to main content
Module

x/collections/deps/udibo/test_suite/mod.ts

Collection data structures that are not standard built-in objects in JavaScript. This includes a vector (double-ended queue), binary heap (priority queue), binary search tree, and a red black tree.
Very Popular
Go to Latest
import * as collections from "https://deno.land/x/collections@v0.10.1/deps/udibo/test_suite/mod.ts";

Classes

A group of tests. A test suite can include child test suites. The name of the test suite is prepended to the name of each test within it. Tests belonging to a suite will inherit options from it.

Variables

Register a test which will run when deno test is used on the command line and the containing module looks like a test module.