mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
let frontend dates and times be formatted by backend before sending
This commit is contained in:
@ -51,6 +51,10 @@ test('#displayEvents one event', (t) => {
|
||||
description: 'c',
|
||||
locality: 'd',
|
||||
},
|
||||
startDateFormatted: '15/04/2021',
|
||||
startTimeFormatted: '10:30',
|
||||
endDateFormatted: '15/04/2021',
|
||||
endTimeFormatted: '15:30',
|
||||
},
|
||||
]
|
||||
const container = t.context.container
|
||||
|
Reference in New Issue
Block a user