fix(FN-4606): stabilize resolver callsites and test expectations
Ref: Runfusion/Fusion#321 Fusion-Task-Id: FN-4606 Fusion-Task-Lineage: 94b23f37-944e-4bcd-bfa1-67d0a8c0a267
This commit is contained in:
@@ -307,7 +307,7 @@ describe("InProcessRuntime", () => {
|
||||
expect(gitExecCalls).toHaveLength(0);
|
||||
expect(gitExecFileCalls).toHaveLength(0);
|
||||
expect(gitSpawnCalls).toHaveLength(0);
|
||||
expect(mockReapOrphanWorktrees).toHaveBeenCalledWith(testDir);
|
||||
expect(mockReapOrphanWorktrees).toHaveBeenCalledWith(testDir, expect.any(Object));
|
||||
expect(mockIsGitRepository).toHaveBeenCalledWith(testDir);
|
||||
expect(mockScanIdleWorktrees).toHaveBeenCalled();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user