See #63 - Switch from testling to jsdom for browser APIs - Switch from coverify to nyc for coverage reports - Clean up related dead code and tooling
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
var jsdomOptions = {
|
|
url: "https://example.org/",
|
|
runScripts: 'dangerously'
|
|
}
|
|
|
|
require("jsdom-global")("", jsdomOptions)
|