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

File false_test.ts

assert/false_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 { assertFalse, AssertionError, assertThrows } from "./mod.ts";
3
4Deno.test("assertFalse() throws if expr is truthy", () => {

Callers

nothing calls this directly

Calls 2

assertThrowsFunction · 0.90
assertFalseFunction · 0.90

Tested by

no test coverage detected