You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): add missing mocks for getDefaultRemote and loadRepoConfig
The orchestrator test mocked @archon/git without getDefaultRemote and
../config/config-loader without loadRepoConfig, causing CI failures.
Also update syncWorkspace assertions to use objectContaining so they
don't break when additional options (like remote) are passed.
0 commit comments