import * as service from "https://deno.land/x/service@1.0.0-alpha.4/test/deps.ts";
Functions
Make an assertion, error will be thrown if | |
Make an assertion that | |
Executes a function which returns a promise, expecting it to reject. | |
Asserts that a spy is called as expected. | |
Make an assertion that actual includes expected. If not then throw. | |
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. |