import * as postalCode from "https://deno.land/x/postal_code@v0.1.0/dev_deps.ts";
Functions
Run some shared teardown after all of the tests in the suite. | |
Run some shared teardown after each test in the suite. | |
Make an assertion that | |
Make an assertion that | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
Run some shared setup before each test in the suite. | |
Registers a test suite. | |
f fail | Forcefully throws a failed assertion |
f it | Registers an individual test case. |
Interfaces
Registers a test suite. | |
I it | Registers an individual test case. |