import { assertIsError } from "https://deno.land/x/redis@v0.28.0/vendor/https/deno.land/std/testing/asserts.ts";
Make an assertion that error
is an Error
.
If not then an error will be thrown.
An error class and a string that should be included in the
error message can also be asserted.
Parameters
optional
ErrorClass: new (...args: any[]) => E