fix prettier

This commit is contained in:
lenhanphung
2025-09-25 17:43:26 +07:00
parent e105e76f9e
commit a4a61c779c
+1 -1
View File
@@ -340,7 +340,7 @@ describe("Calendar App Component Display Tests", () => {
it("opens popover when clicking AppsIcon", () => {
(window as any).appList = [
{ name: "Twake", icon: "twake.svg", link: "/twake" },
{ name: "Calendar", icon: "calendar.svg", link: "/calendar" }
{ name: "Calendar", icon: "calendar.svg", link: "/calendar" },
];
const mockCalendarRef = { current: null };
const mockOnRefresh = jest.fn();