import * as cliffy from "https://deno.land/x/cliffy@v0.25.5/dev_deps.ts";
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Make an assertion that | |
Asserts that a spy is called as much as expected and no more. | |
Make an assertion that | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
f bold | Make the text bold. |
Registers a test suite. | |
Expand the glob string from the specified | |
f gt | |
f it | Registers an individual test case. |
f lt | |
f red | Set text color to red. |
f spy | Wraps a function or instance method with a Spy. |
Remove ANSI escape codes from the string. |
Interfaces
Registers a test suite. | |
I it | Registers an individual test case. |