Index Advisor (#2270)

Index Advisor on query
This commit is contained in:
Nishtha Ahuja
2026-01-09 13:32:44 +05:30
committed by GitHub
parent 38823ac86f
commit 234e4181fc
13 changed files with 1068 additions and 18 deletions

View File

@@ -52,8 +52,9 @@ describe("QueryTabComponent", () => {
copilotVersion: "v3.0",
},
});
const propsMock: Readonly<IQueryTabComponentProps> = {
collection: { databaseId: "CopilotSampleDB" },
collection: { databaseId: "CopilotSampleDB", id: () => "CopilotContainer" },
onTabAccessor: () => jest.fn(),
isExecutionError: false,
tabId: "mockTabId",