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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user