1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

let luxon take zone from string

This commit is contained in:
Daniel Waxweiler
2021-05-05 10:13:16 +02:00
parent bc86f8e7c9
commit 22c0b22b8e
4 changed files with 5 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ test('#displayEvents one event', t => {
t.is(list.children[1].childNodes[0].getAttribute('href'), 'b')
t.is(list.children[1].childNodes[0].childNodes[0].nodeValue, 'a')
t.is(list.children[1].childNodes[1].tagName, 'BR')
t.is(list.children[1].childNodes[2].nodeValue, '15/04/2021 12:30 - 17:30')
t.is(list.children[1].childNodes[2].nodeValue, '15/04/2021 10:30 - 15:30')
t.is(list.children[1].childNodes[3].tagName, 'BR')
t.is(list.children[1].childNodes[4].nodeValue, 'c, d')
})