MCPcopy Create free account
hub / github.com/DustinBrett/daedalOS / loadTestApp

Function loadTestApp

e2e/functions.ts:1024–1026  ·  view source on GitHub ↗
({
  page,
}: TestProps)

Source from the content-addressed store, hash-verified

1022 };
1023
1024export const loadTestApp = async ({
1025 page,
1026}: TestProps): Promise<Response | null> => loadApp({ app: TEST_APP })({ page });
1027
1028export const loadContainerTestApp = async ({
1029 page,

Callers

nothing calls this directly

Calls 1

loadAppFunction · 0.70

Tested by

no test coverage detected