| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { parseGithubLinksFromMarkdown, normalizeGithubSource } from '../src/skills/bulk-installer.js'; |
| 3 | |
| 4 | describe('normalizeGithubSource', () => { |
nothing calls this directly
no test coverage detected