Bug fixes and code cleanup
With a lot of help from @robinnorth
This commit is contained in:
6
tests/setup.js
Normal file
6
tests/setup.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var jsdomOptions = {
|
||||
url: "https://example.org/",
|
||||
runScripts: "dangerously"
|
||||
}
|
||||
|
||||
require("jsdom-global")("", jsdomOptions)
|
||||
Reference in New Issue
Block a user