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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 50 deletions

View file

@ -304,6 +304,7 @@ describe('useGeminiStream', () => {
const { result, rerender } = renderHook(() =>
useGeminiStream(
mockConfig.getGeminiClient(),
mockAddItem as unknown as UseHistoryManagerReturn['addItem'],
mockSetShowHelp,
mockConfig,