Fix tests
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
This commit is contained in:
6
tests/index.js
Normal file
6
tests/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var jsdomOptions = {
|
||||
url: "https://example.org/",
|
||||
runScripts: 'dangerously'
|
||||
}
|
||||
|
||||
require("jsdom-global")("", jsdomOptions)
|
||||
Reference in New Issue
Block a user