MCPcopy Create free account
hub / github.com/denoland/std / greater_test.ts

File greater_test.ts

assert/greater_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assertGreater, assertThrows } from "./mod.ts";
3
4Deno.test("assertGreaterOrEqual() matches when actual value is greater than expected value", () => {

Callers

nothing calls this directly

Calls 2

assertGreaterFunction · 0.90
assertThrowsFunction · 0.90

Tested by

no test coverage detected