From fed4b62d2d7612204b762340bef36ccc81658ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Tue, 17 Feb 2026 19:34:52 +0100 Subject: [PATCH] add a meaningless change --- tests/html/safeHTML.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/html/safeHTML.test.js b/tests/html/safeHTML.test.js index 208101f9a..419bd0e02 100644 --- a/tests/html/safeHTML.test.js +++ b/tests/html/safeHTML.test.js @@ -1,5 +1,6 @@ import globalJsdom from 'jsdom-global'; globalJsdom(); + import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML'; test('Exit if no document', function() {