Files
pjax/tests/setup.js
Behind The Math ff6f9b36ca Bug fixes and code cleanup
With a lot of help from @robinnorth
2018-01-21 14:16:57 -05:00

7 lines
125 B
JavaScript

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