mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 07:10:55 +00:00
refactor: remove unnecessary useRefs (#780)
This commit is contained in:
parent
d3a1026ae3
commit
2285bba66e
5 changed files with 50 additions and 50 deletions
|
|
@ -304,6 +304,7 @@ describe('useGeminiStream', () => {
|
|||
|
||||
const { result, rerender } = renderHook(() =>
|
||||
useGeminiStream(
|
||||
mockConfig.getGeminiClient(),
|
||||
mockAddItem as unknown as UseHistoryManagerReturn['addItem'],
|
||||
mockSetShowHelp,
|
||||
mockConfig,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue