./test/auth_test.ts (uncaught error)
error: (in promise) ReferenceError: window is not defined
(window as any)[SHAM_SYMBOL].promises,
^
at completeXhrPromises (https://deno.land/x/superdeno@4.9.0/src/test.ts:192:7)
at https://deno.land/x/superdeno@4.9.0/src/test.ts:558:21
at close (https://deno.land/x/superdeno@4.9.0/src/close.ts:47:52)
info: window global is not available in Deno 2.
hint: Replace `window` with `globalThis`.
./test/auth_test.ts (uncaught error)
error: (in promise) ReferenceError: window is not defined
(window as any)[SHAM_SYMBOL].promises,
^
at completeXhrPromises (https://deno.land/x/superdeno@4.9.0/src/test.ts:192:7)
at https://deno.land/x/superdeno@4.9.0/src/test.ts:558:21
at close (https://deno.land/x/superdeno@4.9.0/src/close.ts:47:52)
info: window global is not available in Deno 2.
hint: Replace `window` with `globalThis`.