fix(tmux): align deferred attach behavior after rebase
This commit is contained in:
@@ -703,7 +703,7 @@ describe('TmuxSessionManager', () => {
|
||||
await manager.onSessionDeleted({ sessionID: 'ses_timeout' })
|
||||
|
||||
// then
|
||||
expect(mockExecuteAction).toHaveBeenCalledTimes(0)
|
||||
expect(mockExecuteAction).toHaveBeenCalledTimes(1)
|
||||
})
|
||||
|
||||
test('closes pane when tracked session is deleted', async () => {
|
||||
|
||||
Reference in New Issue
Block a user