mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 15:37:27 +01:00
Fix tabs manager test (#130)
This commit is contained in:
@@ -68,6 +68,10 @@ describe("Tabs manager tests", () => {
|
|||||||
isActive: ko.observable<boolean>(false),
|
isActive: ko.observable<boolean>(false),
|
||||||
onUpdateTabsButtons: undefined
|
onUpdateTabsButtons: undefined
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// make sure tabs have different tabId
|
||||||
|
queryTab.tabId = "1";
|
||||||
|
documentsTab.tabId = "2";
|
||||||
});
|
});
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user