style(tui): apply formatter

This commit is contained in:
Brooklyn Nicholson 2026-04-26 01:48:10 -05:00
parent db4e4acca0
commit 14fcff60c9
4 changed files with 11 additions and 7 deletions

View file

@ -311,9 +311,7 @@ describe('createSlashHandler', () => {
expect(rpc).toHaveBeenCalledWith('session.save', { session_id: 'sid-abc' })
await vi.waitFor(() => {
expect(ctx.transcript.sys).toHaveBeenCalledWith(
'conversation saved to: /tmp/hermes_conversation_test.json'
)
expect(ctx.transcript.sys).toHaveBeenCalledWith('conversation saved to: /tmp/hermes_conversation_test.json')
})
})