import * as pup from "https://deno.land/x/pup@1.0.0-alpha-17/test/deps.ts";
Functions
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Asserts that a spy is called as expected. | |
Executes a function, expecting it to throw. If it does not, then it throws. | |
f spy | Wraps a function or instance method with a Spy. |