Skip to main content
Module

x/collections/deps/udibo/test_suite/mod.ts>TestSuite.reset

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.
Go to Latest
method TestSuite.reset
import { TestSuite } from "https://deno.land/x/collections@v0.10.1/deps/udibo/test_suite/mod.ts";

Resets global test suite. This should not be used in your tests. This is used for testing the test suite module.