import { assertEquals } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts";
Make an assertion that actual
and expected
are equal, deeply. If not
deeply equal, then throw.
Type parameter can be specified to ensure values under comparison have the same type.