From: Chris Duncan Date: Thu, 6 Aug 2026 03:23:22 +0000 (-0700) Subject: Make assertion message optional. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=5414e04d5139f283077b4d9eeea2d44021190e83;p=libnemo.git Make assertion message optional. --- diff --git a/test/GLOBALS.mjs b/test/GLOBALS.mjs index fbc1992..febde3c 100644 --- a/test/GLOBALS.mjs +++ b/test/GLOBALS.mjs @@ -283,7 +283,7 @@ export class assert { /** * @param {unknown} bool - * @param {string} message + * @param {string} [message] * @returns {asserts bool} */ static ok (bool, message) {