MCPcopy Index your code
hub / github.com/tinyplex/tinybase / expectPage

Function expectPage

test/e2e/common.ts:20–22  ·  view source on GitHub ↗
(page: Page, path: string)

Source from the content-addressed store, hash-verified

18 };
19
20 const expectPage = async (page: Page, path: string): Promise<void> => {
21 await page.goto(`${DOMAIN}${path}`);
22 };
23
24 return [startServer, stopServer, expectPage];
25};

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…