[#421] added eslint check to CI (#534)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-10 10:41:37 +01:00
committed by GitHub
parent 8a6ec8fc39
commit d6e464afad
116 changed files with 1232 additions and 801 deletions
+2 -2
View File
@@ -532,7 +532,7 @@ describe("calendar Availability search", () => {
})
);
const calendarRef = (window as any).__calendarRef;
const calendarRef = window.__calendarRef;
await waitFor(() => {
expect(calendarRef.current).not.toBeNull();
@@ -573,7 +573,7 @@ describe("calendar Availability search", () => {
expect(spy).toHaveBeenCalled();
});
const calendarRef = (window as any).__calendarRef;
const calendarRef = window.__calendarRef;
const calendarApi = calendarRef.current;
const view = calendarApi?.view;
await act(async () => {