Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/testing/asserts.ts>assertGreater

Deno Standard Extensions
Go to Latest
function assertGreater
import { assertGreater } from "https://deno.land/x/yxz@0.17.0/testing/asserts.ts";

Parameters

actual: any
expected: any
optional
msg: string