diff --git a/lib/js/qunit.js b/lib/js/qunit.js index 4c4f6ca..1cf9d16 100644 --- a/lib/js/qunit.js +++ b/lib/js/qunit.js @@ -20,7 +20,9 @@ window.addEventListener("load", function(){ print(ansi.green + result.passed + " passed, " + ansi.none); print("Total " + result.total); puts(""); - - Ichabod.exit(); + }; + + QUnit.done = function() { + Ichabod.exit(); }; }); \ No newline at end of file