MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / uniqueBaseUrl

Function uniqueBaseUrl

packages/cli/src/registry/resolver.test.ts:79–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77}
78
79function 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
84describe("registry resolver", () => {
85 beforeEach(() => mockFetch());

Callers 1

resolver.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected