mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
test(renderer): restore terminal-create fixture parity (#8208)
This commit is contained in:
@@ -1683,6 +1683,10 @@ describe('useIpcEvents updater integration', () => {
|
||||
updateTabPtyId,
|
||||
setTabLayout,
|
||||
tabsByWorktree: {} as Record<string, { id: string; ptyId?: string | null; title?: string }[]>,
|
||||
folderWorkspaces: [],
|
||||
projectGroups: [],
|
||||
repos: [{ id: 'repo-1', connectionId: null }],
|
||||
worktreesByRepo: { 'repo-1': [{ id: 'wt-2', repoId: 'repo-1' }] },
|
||||
openFiles: [],
|
||||
browserTabsByWorktree: {},
|
||||
tabBarOrderByWorktree: {},
|
||||
|
||||
Reference in New Issue
Block a user