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:
@@ -29,6 +29,7 @@
|
|||||||
"moment",
|
"moment",
|
||||||
"superagent",
|
"superagent",
|
||||||
"@sanity/diff-match-patch",
|
"@sanity/diff-match-patch",
|
||||||
"fflate"
|
"fflate",
|
||||||
|
"jsdom-global"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
require('jsdom-global')();
|
import 'jsdom-global';
|
||||||
|
|
||||||
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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user