()
| 72 | expect(await response.text()).toBe('ok') |
| 73 | |
| 74 | const output = () => Buffer.concat(chunks).toString('utf8') |
| 75 | // Logs flush asynchronously from the workerd process. |
| 76 | await expect |
| 77 | .poll(output, { timeout: 10_000 }) |
no test coverage detected