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