diff --git a/tools/tool-testing/selftest.js b/tools/tool-testing/selftest.js index fb8c4c69c7..c3809bd426 100644 --- a/tools/tool-testing/selftest.js +++ b/tools/tool-testing/selftest.js @@ -49,9 +49,6 @@ function checkTestOnlyDependency(name) { var phantomjs = checkTestOnlyDependency("phantomjs-prebuilt"); var webdriver = checkTestOnlyDependency('browserstack-webdriver'); -// To allow long stack traces that cross async boundaries -require('longjohn'); - // Exception representing a test failure var TestFailure = function (reason, details) { var self = this;