refactor: remove unnecessary useRefs (#780)

This commit is contained in:
Brandon Keiji
2025-06-05 21:33:24 +00:00
committed by GitHub
parent d3a1026ae3
commit 2285bba66e
5 changed files with 50 additions and 50 deletions

View File

@@ -117,6 +117,7 @@ vi.mock('@gemini-code/core', async (importOriginal) => {
getVertexAI: vi.fn(() => opts.vertexai),
getShowMemoryUsage: vi.fn(() => opts.showMemoryUsage ?? false),
getAccessibility: vi.fn(() => opts.accessibility ?? {}),
getGeminiClient: vi.fn(() => ({})),
};
});
return {