mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
DB integration tests: update mocked when & fixtures ✅
This commit is contained in:
parent
f9c24a4a84
commit
92bbc63590
2 changed files with 2872 additions and 2872 deletions
|
@ -29,7 +29,7 @@ import {testServerInfo} from './lib/server-info.js'
|
||||||
const isObj = o => o !== null && 'object' === typeof o && !Array.isArray(o)
|
const isObj = o => o !== null && 'object' === typeof o && !Array.isArray(o)
|
||||||
const minute = 60 * 1000
|
const minute = 60 * 1000
|
||||||
|
|
||||||
const T_MOCK = 1668495600 * 1000 // 2022-11-15T08:00:00+01:00
|
const T_MOCK = 1696921200 * 1000 // 2023-10-10T08:00:00+01:00
|
||||||
const when = createWhen(dbProfile.timezone, dbProfile.locale, T_MOCK)
|
const when = createWhen(dbProfile.timezone, dbProfile.locale, T_MOCK)
|
||||||
|
|
||||||
const cfg = {
|
const cfg = {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue