0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-23 09:53:06 +00:00

Revert "lets try this"

This reverts commit eab526a051.
This commit is contained in:
Víctor Losada Hernández
2026-01-21 17:27:00 +01:00
parent 51da573e57
commit 832b18a4d4
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1,3 +1,6 @@
import jsdomGlobal from 'jsdom-global';
jsdomGlobal();
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() {