Try disabling longjohn completely, as it may affect test performance.

This commit is contained in:
Ben Newman
2017-08-03 09:16:04 -04:00
parent 565281e765
commit 318232da9d

View File

@@ -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;