mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
test: expect native context from local PTY
This commit is contained in:
@@ -10746,7 +10746,7 @@ describe('registerPtyHandlers', () => {
|
||||
worktreeId: 'repo-1::/tmp'
|
||||
})
|
||||
|
||||
expect(result).toEqual({ id: expect.any(String), pid: 12345 })
|
||||
expect(result).toEqual({ id: expect.any(String), pid: 12345, wslDistro: null })
|
||||
expect(spawnMock).toHaveBeenCalledTimes(1)
|
||||
expect(spawnMock).toHaveBeenCalledWith(
|
||||
'/bin/zsh',
|
||||
|
||||
Reference in New Issue
Block a user