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';
|
import globalJsdom from 'jsdom-global';
|
||||||
globalJsdom();
|
globalJsdom();
|
||||||
import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';
|
import safeHTML from '../../client/homebrew/brewRenderer/safeHTML';
|
||||||
|
|
||||||
test('Exit if no document', function() {
|
test('Exit if no document', function() {
|
||||||
const doc = document;
|
const doc = document;
|
||||||
|
|||||||
Reference in New Issue
Block a user