(chunks)
| 52 | })); |
| 53 | |
| 54 | async function collectReported(chunks) { |
| 55 | chunks.forEach((chunk) => fileTest.parseMessage(chunk)); |
| 56 | fileTest.drain(); |
| 57 | fileTest.reporter.end(); |
| 58 | await finished(fileTest.reporter); |
| 59 | return reported; |
| 60 | } |
| 61 | |
| 62 | it('should do nothing when no chunks', async () => { |
| 63 | const reported = await collectReported([]); |
no test coverage detected
searching dependent graphs…