import { assertNotEquals } from "https://deno.land/x/deno@v0.28.0/cli/js/test_util.ts";
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.
import { assertNotEquals } from "https://deno.land/x/deno@v0.28.0/cli/js/test_util.ts";
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.