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

lets try calc's way

This commit is contained in:
Víctor Losada Hernández
2026-01-21 19:42:21 +01:00
parent 007ae985c8
commit b233030bdc
2 changed files with 3 additions and 3 deletions

View File

@@ -29,6 +29,7 @@
"moment",
"superagent",
"@sanity/diff-match-patch",
"fflate"
"fflate",
"jsdom-global"
]
}

View File

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