MCPcopy Create free account
hub / github.com/block/buzz / expectHashSearchParam

Function expectHashSearchParam

desktop/tests/e2e/profile.spec.ts:67–73  ·  view source on GitHub ↗
(
  page: Page,
  name: string,
  value: string | null,
)

Source from the content-addressed store, hash-verified

65}
66
67async function expectHashSearchParam(
68 page: Page,
69 name: string,
70 value: string | null,
71) {
72 await expect.poll(() => getHashSearchParam(page, name)).toBe(value);
73}
74
75async function addGenericAgent(
76 page: Page,

Callers 1

profile.spec.tsFile · 0.85

Calls 1

getHashSearchParamFunction · 0.85

Tested by

no test coverage detected