import { assertStrictEquals } from "https://deno.land/x/skia_canvas@0.3.0/test/deps.ts";
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)