MCPcopy Create free account
hub / github.com/ethanniser/the-beth-stack / Test

Function Test

packages/beth-stack/src/cache/tests/render-cache.test.tsx:136–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135 // lazy evaluation means we get the new data (because it doesnt go off until inside renderToString)
136 const Test = () => <Component />;
137
138 const html3 = await renderToString(() => (
139 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected