fix(tab-bar): restore the tab-results fixture after occupantAgent became required (#15277)

This commit is contained in:
Neil
2026-08-18 01:49:57 -07:00
committed by GitHub
parent fc8b92e507
commit 96d88dd5fe
@@ -79,6 +79,7 @@ const tabSearchMock = vi.hoisted(() => {
repoName: 'octo/rocket'
}),
agentMetadata: [],
occupantAgent: null,
isCurrentTab: false,
isCurrentWorktree: true
}))