diff --git a/tests/frontend/runner.js b/tests/frontend/runner.js index a6cf78a2f..f5cadcb73 100644 --- a/tests/frontend/runner.js +++ b/tests/frontend/runner.js @@ -141,10 +141,6 @@ $(function(){ append("FINISHED -", stats.passes, "tests passed,", stats.failures, "tests failed, duration: " + minutes + ":" + seconds); } }); - - $(window).on('error', function(e){ - append("[red]Uncaught Javascript Error:[clear]", stringifyException(e)); - }) } }