import * as effection from "https://deno.land/x/effection@3.0.3/test/suite.ts";
A BDD interface
to Deno.test()
API.
Functions
Run some shared teardown after all of the tests in the suite. | |
Run some shared teardown after each test in the suite. | |
Run some shared setup before all of the tests in the suite. | |
Run some shared setup before each test in the suite. | |
Registers a test suite. | |
f it | Registers an individual test case. |
Interfaces
Registers a test suite. | |
The options for creating a test suite with the describe function. | |
I it | Registers an individual test case. |
The options for creating an individual test case with the it function. | |
A group of tests. |
Type Aliases
The arguments for a DescribeFunction. | |
The arguments for an ItFunction. |