import { fail } from "https://deno.land/std@0.209.0/testing/asserts.ts";
Forcefully throws a failed assertion.
Examples
Example 1
Example 1
import { fail } from "https://deno.land/std@0.209.0/assert/fail.ts";
fail("Deliberately failed!"); // Throws