0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 06:48:11 +00:00

lets try this

This commit is contained in:
Víctor Losada Hernández
2026-01-21 16:39:59 +01:00
parent a51d3e1860
commit eab526a051
2 changed files with 1 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
"build/*"
],
"jest": {
"testEnvironment": "jsdom",
"testTimeout": 30000,
"modulePaths": [
"node_modules",

View File

@@ -1,6 +1,3 @@
import jsdomGlobal from 'jsdom-global';
jsdomGlobal();
import { safeHTML } from '../../client/homebrew/brewRenderer/safeHTML';
test('Exit if no document', function() {