()
| 5251 | |
| 5252 | it('can emit the preamble even if the head renders asynchronously', async () => { |
| 5253 | function AsyncNoOutput() { |
| 5254 | readText('nooutput'); |
| 5255 | return null; |
| 5256 | } |
| 5257 | function AsyncHead() { |
| 5258 | readText('head'); |
| 5259 | return ( |
nothing calls this directly
no test coverage detected