Fix lint error

This commit is contained in:
Behind The Math
2018-01-08 17:03:27 -05:00
parent 96b2add16f
commit df3bccc488

View File

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