]> git.codecow.com Git - libnemo.git/commitdiff
Pop empty object off test queue so type checking still works as well as queue.
authorChris Duncan <chris@zoso.dev>
Thu, 24 Jul 2025 13:57:27 +0000 (06:57 -0700)
committerChris Duncan <chris@zoso.dev>
Thu, 24 Jul 2025 13:57:27 +0000 (06:57 -0700)
test/GLOBALS.mjs

index fc5c16e7d4aa7231cfb493bced922161f659ad14..af65f7f3be2af97886d8cfab40ca8b148d19bfe7 100644 (file)
@@ -35,6 +35,7 @@ const queue = {
                })
        }
 }
+queue.process()
 
 export const isNode = globalThis !== globalThis.window