function fail
fail(msg?: string): neverDeprecated
(will be removed after 1.0.0) Import from https://deno.land/std/assert/fail.ts instead.
Forcefully throws a failed assertion.
Examples
Example 1
Example 1
import { fail } from "@std/testing/asserts"; fail("Deliberately failed!"); // Throws
Parameters
optional
msg: stringReturn Type
never