mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
E2E/integration tests: update mocked when ✅
This commit is contained in:
parent
2d139c8235
commit
c9f8cc680e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const hour = 60 * 60 * 1000
|
||||||
const day = 24 * hour
|
const day = 24 * hour
|
||||||
const week = 7 * day
|
const week = 7 * day
|
||||||
|
|
||||||
const T_MOCK = 1592225430 * 1000
|
const T_MOCK = 1597651200 * 1000
|
||||||
|
|
||||||
// next Monday 10 am
|
// next Monday 10 am
|
||||||
const createWhen = (timezone, locale) => {
|
const createWhen = (timezone, locale) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue