()
| 162 | async def test_layout_render_error_has_partial_update_with_error_message(): |
| 163 | @reactpy.component |
| 164 | def Main(): |
| 165 | return reactpy.html.div(OkChild(), BadChild(), OkChild()) |
| 166 | |
| 167 | @reactpy.component |
| 168 | def OkChild(): |
no test coverage detected