mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-22 22:37:50 +00:00
jsdom to globalJsdom
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import Jsdom from 'jsdom-global';
|
import globalJsdom from 'jsdom-global';
|
||||||
Jsdom();
|
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user