fix(ui): preserve runtime worktree source (#1259)
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com>
This commit is contained in:
committed by
GitHub
co-authored by
Isaac Sanchez
parent
ef85c63336
commit
bac655ddb4
@@ -238,6 +238,7 @@ describe('resolveSessionWorktreeState', () => {
|
||||
|
||||
expect(result.legacy).toBe(false);
|
||||
expect(result.worktreeRoot).toBe('/repo/worktrees/feat-a');
|
||||
expect(result.worktreeSource).toBe('existing');
|
||||
expect(result.degraded).toBe(false);
|
||||
});
|
||||
|
||||
@@ -657,4 +658,3 @@ describe('getMutationBlockingReasons', () => {
|
||||
expect(reasons[0]).toEqual({ reason: 'dirty' });
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user