()
| 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 | <> |
nothing calls this directly
no outgoing calls
no test coverage detected