// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html exports[`EventCard > Show Row mode 1`] = ` "

A very long title that will have trouble to display because it will take multiple lines but where will it stop ?! Maybe after 3 lines is enough. Let's say so. But if it doesn't work, we really need to truncate it at some point. Definitively.

Hello
Somewhere
" `; exports[`EventCard > Show cancelled 1`] = ` "

A very interesting event

Hello
Somewhere
" `; exports[`EventCard > Show default 1`] = ` "

A very interesting event

Hello
Somewhere
" `; exports[`EventCard > Show long 1`] = ` "

A very long title that will have trouble to display because it will take multiple lines but where will it stop ?! Maybe after 3 lines is enough. Let's say so. But if it doesn't work, we really need to truncate it at some point. Definitively.

Hello
Somewhere
" `; exports[`EventCard > Show tentative 1`] = ` "

A very interesting event

Hello
Somewhere
" `;