Fix tests #96

Merged
BehindTheMath merged 4 commits from bugfix/fix-tests into master 2018-01-08 17:21:18 -05:00
Showing only changes of commit df3bccc488 - Show all commits

View File

@@ -1,6 +1,6 @@
var jsdomOptions = {
url: "https://example.org/",
runScripts: 'dangerously'
runScripts: "dangerously"
}
require("jsdom-global")("", jsdomOptions)