From 007ae985c8bda9ad1ec0627338ea2db21c1eabec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 21 Jan 2026 17:30:00 +0100 Subject: [PATCH] this should do it, reverted jsdom global import --- tests/html/safeHTML.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/html/safeHTML.test.js b/tests/html/safeHTML.test.js index d1bb2b539..c6ccb8407 100644 --- a/tests/html/safeHTML.test.js +++ b/tests/html/safeHTML.test.js @@ -1,5 +1,4 @@ -import jsdomGlobal from 'jsdom-global'; -jsdomGlobal(); +require('jsdom-global')(); import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';