./server.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`.
This error was not caught from a test and caused the test runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.
./server.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`.
This error was not caught from a test and caused the test runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.