import * as testSuite from "https://deno.land/x/test_suite@0.16.1/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. |