| 1 | import type { RepositoryInfo } from '#shared/utils/git-providers' |
| 2 | import { describe, expect, it, vi, beforeAll } from 'vitest' |
| 3 | |
| 4 | // Mock the global Nuxt auto-imports before importing the module |
nothing calls this directly
no test coverage detected