mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
tests: long stack traces! ✅
This commit is contained in:
parent
c260e34f20
commit
472646057f
5 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
|
Error.stackTraceLimit = Infinity
|
||||||
|
|
||||||
require('./common')
|
require('./common')
|
||||||
require('./db')
|
require('./db')
|
||||||
require('./sbb')
|
require('./sbb')
|
||||||
|
|
|
@ -7,7 +7,6 @@ const products = require('../../p/vbn/products')
|
||||||
const createValidate = require('./lib/validate-fptf-with')
|
const createValidate = require('./lib/validate-fptf-with')
|
||||||
const {test} = require('./lib/util')
|
const {test} = require('./lib/util')
|
||||||
const testJourneysStationToStation = require('./lib/journeys-station-to-station')
|
const testJourneysStationToStation = require('./lib/journeys-station-to-station')
|
||||||
const testRefreshJourney = require('./lib/refresh-journey')
|
|
||||||
const testArrivals = require('./lib/arrivals')
|
const testArrivals = require('./lib/arrivals')
|
||||||
const testReachableFrom = require('./lib/reachable-from')
|
const testReachableFrom = require('./lib/reachable-from')
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
|
Error.stackTraceLimit = Infinity
|
||||||
|
|
||||||
require('./products-filter')
|
require('./products-filter')
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
|
Error.stackTraceLimit = Infinity
|
||||||
|
|
||||||
require('./parse')
|
require('./parse')
|
||||||
require('./format')
|
require('./format')
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
|
Error.stackTraceLimit = Infinity
|
||||||
|
|
||||||
require('./date-time')
|
require('./date-time')
|
||||||
require('./icon')
|
require('./icon')
|
||||||
require('./operator')
|
require('./operator')
|
||||||
|
|
Loading…
Add table
Reference in a new issue