Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1024
export
const
loadTestApp =
async
({
1025
page,
1026
}: TestProps): Promise<Response | null> => loadApp({ app: TEST_APP })({ page });
1027
1028
export
const
loadContainerTestApp =
async
({
1029
page,
Callers
nothing calls this directly
Calls
1
loadApp
Function · 0.70
Tested by
no test coverage detected