mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
fmt(js): npm run fix on merge (#73197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a9c9467dd8
commit
9a5f102d0e
1 changed files with 1 additions and 5 deletions
|
|
@ -49,10 +49,6 @@ describe('useRuntimeMessageRepository', () => {
|
|||
])
|
||||
)
|
||||
|
||||
expect(feedToRepository(result.current).map(item => item.id)).toEqual([
|
||||
'user-1',
|
||||
'assistant-stream-1',
|
||||
'user-2'
|
||||
])
|
||||
expect(feedToRepository(result.current).map(item => item.id)).toEqual(['user-1', 'assistant-stream-1', 'user-2'])
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue