mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-29 14:44:22 +00:00
test fix
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user