From 1c3d52109d35eef3c07bfa60fdaaaac8a9eec73a Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 8 Aug 2025 11:28:54 -0700 Subject: [PATCH] Remove debugger statement. --- test/test.tools.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.tools.mjs b/test/test.tools.mjs index 21c413d..d90037b 100644 --- a/test/test.tools.mjs +++ b/test/test.tools.mjs @@ -93,7 +93,6 @@ await Promise.all([ }) await test('throw if nano amount less than zero raw', async () => { - debugger assert.throws(() => Tools.convert('0.0000000000000000000000000000001', 'NANO', 'RAW'), { message: 'Amount must be at least 1 raw' }) }) -- 2.47.3