({value, children})
| 8964 | |
| 8965 | it('can suspend inside the <head /> tag', async () => { |
| 8966 | function BlockedOn({value, children}) { |
| 8967 | readText(value); |
| 8968 | return children; |
| 8969 | } |
| 8970 | |
| 8971 | function App() { |
| 8972 | return ( |
nothing calls this directly
no test coverage detected