From e1e62f40b40d6db1ce013ae0fa5baf8e00061a83 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 24 Jul 2025 06:57:27 -0700 Subject: [PATCH] Pop empty object off test queue so type checking still works as well as queue. --- test/GLOBALS.mjs | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3