This commit is contained in:
Sakshi Gupta
2026-01-07 14:48:47 +05:30
parent 82219af14e
commit 8d576fa1c0

View File

@@ -105,7 +105,7 @@ describe("CommandBar Utils", () => {
})); }));
const { getCommandBarButtons: getCommandBarButtonsEmulator } = await import("./Utils"); const { getCommandBarButtons: getCommandBarButtonsEmulator } = await import("./Utils");
const buttons = getCommandBarButtonsEmulator(mockExplorer); const buttons = getCommandBarButtonsEmulator(mockExplorer, false);
expect(buttons.length).toBe(3); expect(buttons.length).toBe(3);
}); });