import { assertGreaterOrEqual } from "https://deno.land/x/proc@0.21.5/tests/deps/asserts.ts";
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.
import { assertGreaterOrEqual } from "https://deno.land/x/proc@0.21.5/tests/deps/asserts.ts";
Make an assertion that actual
is greater than or equal to expected
.
If not then throw.