Files
pjax/tests/setup.js
BehindTheMath 3c1a4b2e18 Switch linting to ESLint and Prettier (#191)
* Switch linting to ESLint and Prettier
* Clean up config
* Prettier fixes
2019-02-13 22:26:57 -05:00

7 lines
127 B
JavaScript

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