mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-07-31 22:13:05 +02:00
bb045b037b
- 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.