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:
hermes-seaeye[bot] 2026-07-27 07:16:27 +00:00 committed by GitHub
parent d7311b586c
commit 3bd2574d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

@ -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)
})