diff --git a/tests/html/safeHTML.test.js b/tests/html/safeHTML.test.js index 2223e476e..366ef645b 100644 --- a/tests/html/safeHTML.test.js +++ b/tests/html/safeHTML.test.js @@ -1,4 +1,5 @@ -import 'jsdom-global'; +import Jsdom from 'jsdom-global'; +Jsdom(); import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML'; test('Exit if no document', function() {