import { assertLess } from "https://deno.land/x/proc@0.21.8/tests/deps/asserts.ts";
Make an assertion that actual
is less than expected
.
If not then throw.
import { assertLess } from "https://deno.land/x/proc@0.21.8/tests/deps/asserts.ts";
Make an assertion that actual
is less than expected
.
If not then throw.