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