diff --git a/tests/html/safeHTML.test.js b/tests/html/safeHTML.test.js index d1bb2b539..c6ccb8407 100644 --- a/tests/html/safeHTML.test.js +++ b/tests/html/safeHTML.test.js @@ -1,5 +1,4 @@ -import jsdomGlobal from 'jsdom-global'; -jsdomGlobal(); +require('jsdom-global')(); import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';