()
| 77 | } |
| 78 | |
| 79 | function uniqueBaseUrl(): string { |
| 80 | // Unique per-test so the 24h on-disk cache doesn't pollute sibling tests. |
| 81 | return `https://test.invalid/${crypto.randomUUID()}`; |
| 82 | } |
| 83 | |
| 84 | describe("registry resolver", () => { |
| 85 | beforeEach(() => mockFetch()); |