mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-28 18:19:28 +00:00
fmt(js): npm run fix on merge (#72532)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7311b586c
commit
3bd2574d2a
2 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ interface LongFrame {
|
|||
|
||||
const RESIZE_SELECTOR =
|
||||
'[role="separator"], [data-slot="pane-resize-handle"], [class*="cursor-col-resize"], [class*="cursor-row-resize"]'
|
||||
|
||||
const TYPING_SELECTOR = '[contenteditable="true"], textarea, input[type="text"]'
|
||||
|
||||
// A gesture is "over" once this long passes with no further input events.
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ describe('subagent store', () => {
|
|||
const ids = listFor('s1')
|
||||
.map(item => item.id)
|
||||
.sort()
|
||||
|
||||
expect(ids).toEqual(['live-a', 'live-b'])
|
||||
expect(activeSubagentCount(listFor('s1'))).toBe(2)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue