()
| 5263 | ); |
| 5264 | } |
| 5265 | function AsyncBody() { |
| 5266 | readText('body'); |
| 5267 | return ( |
| 5268 | <body data-bar="bar"> |
| 5269 | <link rel="preload" as="style" href="foo" /> |
| 5270 | hello |
| 5271 | </body> |
| 5272 | ); |
| 5273 | } |
| 5274 | await act(() => { |
| 5275 | const {pipe} = renderToPipeableStream( |
| 5276 | <html data-html="html"> |
nothing calls this directly
no test coverage detected