/** * GitLabSourceAdapter additional coverage (SMI-4290 / closes #595) * * Sidecar to ScraperAdapters.test.ts — fills genuine coverage gaps for * `skillExists`, `getSkillSha`, and the `createGitLabAdapter` factory. * * The primary suite (`ScraperAdapters.test.ts:631`) already has 14 tests * covering init, health, search, pagination, `getRepository`, and * `fetchSkillContent`. This file stays under 500 lines and is kept * separate so pre-commit's file-length check does not block edits to * the main (>500 line) test file. */ export {}; //# sourceMappingURL=ScraperAdapters.gitlab-coverage.test.d.ts.map