diff --git a/test/e2e/index.js b/test/e2e/index.js index 1e5ae649..f8773da0 100644 --- a/test/e2e/index.js +++ b/test/e2e/index.js @@ -1,5 +1,7 @@ 'use strict' +Error.stackTraceLimit = Infinity + require('./common') require('./db') require('./sbb') diff --git a/test/e2e/vbn.js b/test/e2e/vbn.js index 9d522694..0d73c999 100644 --- a/test/e2e/vbn.js +++ b/test/e2e/vbn.js @@ -7,7 +7,6 @@ const products = require('../../p/vbn/products') const createValidate = require('./lib/validate-fptf-with') const {test} = require('./lib/util') const testJourneysStationToStation = require('./lib/journeys-station-to-station') -const testRefreshJourney = require('./lib/refresh-journey') const testArrivals = require('./lib/arrivals') const testReachableFrom = require('./lib/reachable-from') diff --git a/test/format/index.js b/test/format/index.js index 85608599..1c0acff0 100644 --- a/test/format/index.js +++ b/test/format/index.js @@ -1,3 +1,5 @@ 'use strict' +Error.stackTraceLimit = Infinity + require('./products-filter') diff --git a/test/index.js b/test/index.js index a7cc6cd3..829e7713 100644 --- a/test/index.js +++ b/test/index.js @@ -1,5 +1,7 @@ 'use strict' +Error.stackTraceLimit = Infinity + require('./parse') require('./format') diff --git a/test/parse/index.js b/test/parse/index.js index 9bbf7e2a..1962a2da 100644 --- a/test/parse/index.js +++ b/test/parse/index.js @@ -1,5 +1,7 @@ 'use strict' +Error.stackTraceLimit = Infinity + require('./date-time') require('./icon') require('./operator')