mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-06 21:42:23 +02:00
- Add http-client mocks to gitea-enhanced.test.ts for proper isolation - Fix GiteaRepoInfo interface to handle owner as object or string - Add gitea module mocks to gitea-starred-repos.test.ts - Update test expectations to match actual function behavior - Fix handleExistingNonMirrorRepo to properly extract owner from repoInfo These changes ensure tests pass consistently in both local and CI environments by properly mocking all dependencies and handling API response variations.