0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +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
+2 -1
View File
@@ -29,6 +29,7 @@
"moment",
"superagent",
"@sanity/diff-match-patch",
"fflate"
"fflate",
"jsdom-global"
]
}
+1 -2
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() {