test(renderer): restore terminal-create fixture parity (#8208)

This commit is contained in:
Neil
2026-07-10 21:18:56 -07:00
committed by GitHub
parent 6b7732d511
commit 20c9e09cca
@@ -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: {},