0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

fix safehtml test

This commit is contained in:
Víctor Losada Hernández
2026-02-24 22:06:47 +01:00
parent 735c8cb917
commit ade6f3997a

View File

@@ -1,6 +1,6 @@
import globalJsdom from 'jsdom-global';
globalJsdom();
import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';
import safeHTML from '../../client/homebrew/brewRenderer/safeHTML';
test('Exit if no document', function() {
const doc = document;