import * as cliffy from "https://deno.land/x/cliffy@v1.0.0-rc.4/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 expected. | |
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. | |
Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type. | |
f bold | Make the text bold. |
f copy | Copies from |
Registers a test suite. | |
Return the directory path of a | |
Returns an async iterator that yields each file path matching the given glob
pattern. The file paths are relative to the provided | |
Formats a date to a string with the specified format. | |
f it | Registers an individual test case. |
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. |
Walk entry for |
Type Aliases
Checks if type |