[#3] added pretty attendee list and tests + fixed broken tests due to dates
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user