Bug fixes and code cleanup

With a lot of help from @robinnorth
This commit is contained in:
Behind The Math
2018-01-21 14:16:57 -05:00
parent cb0a7cd850
commit ff6f9b36ca
4 changed files with 19 additions and 12 deletions

6
tests/setup.js Normal file
View File

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