Fix tests

This commit is contained in:
Behind The Math
2018-11-21 21:35:15 -05:00
parent 33519f01ae
commit 723b37c125

View File

@@ -22,7 +22,7 @@ tape("test evalScript method", function(t) {
t.end() t.end()
}) })
tape.only("evalScript should not throw an error if the script removed itself", function(t) { tape("evalScript should not throw an error if the script removed itself", function(t) {
var script = document.createElement("script") var script = document.createElement("script")
script.id = "myScript"; script.id = "myScript";
script.innerHTML = "const script = document.querySelector('#myScript');" + script.innerHTML = "const script = document.querySelector('#myScript');" +