import * as oak from "https://deno.land/x/oak@13.2.4/test_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 | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
Use this to assert unreachable code. |