fix prettier
This commit is contained in:
@@ -340,7 +340,7 @@ describe("Calendar App Component Display Tests", () => {
|
|||||||
it("opens popover when clicking AppsIcon", () => {
|
it("opens popover when clicking AppsIcon", () => {
|
||||||
(window as any).appList = [
|
(window as any).appList = [
|
||||||
{ name: "Twake", icon: "twake.svg", link: "/twake" },
|
{ 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 mockCalendarRef = { current: null };
|
||||||
const mockOnRefresh = jest.fn();
|
const mockOnRefresh = jest.fn();
|
||||||
|
|||||||
Reference in New Issue
Block a user