mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-23 02:57:52 +00:00
@@ -54,7 +54,6 @@
|
||||
"build/*"
|
||||
],
|
||||
"jest": {
|
||||
"testEnvironment": "jsdom",
|
||||
"testTimeout": 30000,
|
||||
"modulePaths": [
|
||||
"node_modules",
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
import jsdomGlobal from 'jsdom-global';
|
||||
jsdomGlobal();
|
||||
|
||||
import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';
|
||||
|
||||
test('Exit if no document', function() {
|
||||
|
||||
Reference in New Issue
Block a user