mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
style(tui): apply formatter
This commit is contained in:
parent
db4e4acca0
commit
14fcff60c9
4 changed files with 11 additions and 7 deletions
|
|
@ -25,7 +25,14 @@ describe('viewportStore', () => {
|
|||
|
||||
const snap = getViewportSnapshot(handle as any)
|
||||
|
||||
expect(snap).toMatchObject({ atBottom: false, bottom: 18, pending: 3, scrollHeight: 40, top: 13, viewportHeight: 5 })
|
||||
expect(snap).toMatchObject({
|
||||
atBottom: false,
|
||||
bottom: 18,
|
||||
pending: 3,
|
||||
scrollHeight: 40,
|
||||
top: 13,
|
||||
viewportHeight: 5
|
||||
})
|
||||
expect(viewportSnapshotKey(snap)).toBe('0:13:5:40:3')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue