function asserts.failimport { asserts } from "https://deno.land/x/hex@v0.4.9/functions/tests/deps.ts"; const { fail } = asserts; fail(msg?: string): neverForcefully throws a failed assertion Parametersoptionalmsg: stringReturnsnever