import { Window } from 'happy-dom'; const window = new Window(); const document = window.document; globalThis.document = document;
deno test --allow-a-bunch-of-stuff