Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function testing.assertGreaterOrEqual
import { testing } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { assertGreaterOrEqual } = testing;

Parameters

actual: any
expected: any
optional
msg: string