import { asserts } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { assertStrictEquals } = asserts;
Make an assertion that actual
and expected
are strictly equal. If
not then throw.
import { assertStrictEquals } from "https://deno.land/std@0.224.0/testing/asserts.ts";
assertStrictEquals(1, 2)