From 723b37c125157b4b3e2285743a1596ae154d5f25 Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Wed, 21 Nov 2018 21:35:15 -0500 Subject: [PATCH] Fix tests --- tests/lib/eval-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/eval-scripts.js b/tests/lib/eval-scripts.js index a1363f3..6491a74 100644 --- a/tests/lib/eval-scripts.js +++ b/tests/lib/eval-scripts.js @@ -22,7 +22,7 @@ tape("test evalScript method", function(t) { 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") script.id = "myScript"; script.innerHTML = "const script = document.querySelector('#myScript');" +