mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Try disabling longjohn completely, as it may affect test performance.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user