style(tui): apply formatter
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user