import * as lophus from "https://deno.land/x/lophus@0.0.13/lib/std/testing.ts";
Functions
Run some shared teardown after all of the tests in the suite. | |
Run some shared teardown after each test in the suite. | |
Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type. | |
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. | |
I it | Registers an individual test case. |
Type Aliases
T Has | Checks if type |