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