From: Chris Duncan Date: Thu, 24 Jul 2025 13:57:27 +0000 (-0700) Subject: Pop empty object off test queue so type checking still works as well as queue. X-Git-Tag: v0.10.5~54^2~5 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=e1e62f40b40d6db1ce013ae0fa5baf8e00061a83;p=libnemo.git Pop empty object off test queue so type checking still works as well as queue. --- diff --git a/test/GLOBALS.mjs b/test/GLOBALS.mjs index fc5c16e..af65f7f 100644 --- a/test/GLOBALS.mjs +++ b/test/GLOBALS.mjs @@ -35,6 +35,7 @@ const queue = { }) } } +queue.process() export const isNode = globalThis !== globalThis.window