[48] added tests

This commit is contained in:
Camille Moussu
2025-08-18 10:55:12 +02:00
parent cf59bcebe4
commit 86b57c2338
2 changed files with 88 additions and 2 deletions
+1 -2
View File
@@ -355,8 +355,7 @@ export default function CalendarApp() {
start: computedNewStart,
end: computedNewEnd,
} as CalendarEvent;
console.log(newEvent);
console.log(arg);
dispatch(
putEventAsync({ cal: calendars[newEvent.calId], newEvent })
);