This commit is contained in:
weishu
2026-01-26 23:04:28 +08:00
parent 83f07c199d
commit b63089f3f9
@@ -64,6 +64,7 @@ describe('AppServerEventConverter', () => {
expect(completed).toEqual([{
type: 'exec_command_end',
call_id: 'cmd-1',
command: 'ls',
output: 'ok',
exit_code: 0
}]);