Index Advisor Tab on Execute Query (#2177)

Index Advisor
This commit is contained in:
archie-agarwal
2025-10-24 17:11:59 +05:30
committed by GitHub
parent d0d615a85a
commit abf4b3bd0f
12 changed files with 929 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",