import { assertEquals } from "https://deno.land/std@0.40.0/testing/asserts.ts";
Make an assertion that actual
and expected
are equal, deeply. If not
deeply equal, then throw.
import { assertEquals } from "https://deno.land/std@0.40.0/testing/asserts.ts";
Make an assertion that actual
and expected
are equal, deeply. If not
deeply equal, then throw.