rooocky
Results
1
comments of
rooocky
It works fine by: 1. Set openWhenHidden to true. 2. Mock a window constant. ```js if (!globalThis.window) { globalThis.window = { fetch: globalThis.fetch, setTimeout: globalThis.setTimeout, clearTimeout: globalThis.clearTimeout, } } ```