import * as mod from "https://deno.land/std@0.153.0/testing/_test_suite.ts";
Classes
An internal representation of a group of tests. |
Interfaces
The options for creating a test suite with the describe function. | |
The options for creating an individual test case with the it function. | |
A group of tests. |
Type Aliases
The names of all the different types of hooks. |