import { assertEquals } from "https://deno.land/std@v0.56.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@v0.56.0/testing/asserts.ts";
Make an assertion that actual
and expected
are equal, deeply. If not
deeply equal, then throw.