[#3] added pretty attendee list and tests + fixed broken tests due to dates

This commit is contained in:
Camille Moussu
2025-07-29 11:09:21 +02:00
parent a5c7265884
commit 2377cde057
4 changed files with 462 additions and 185 deletions
@@ -165,7 +165,6 @@ describe("EventPopover", () => {
fireEvent.change(screen.getByLabelText("Location"), {
target: { value: newEvent.location },
});
preview.debug();
const spy = jest
.spyOn(eventThunks, "putEventAsync")
.mockImplementation((payload) => {