(t, stream, error)
| 56 | export const assertStreamError = (t, stream, error) => assertPromiseError(t, finishedStream(stream), error); |
| 57 | |
| 58 | export const assertStreamReadError = (t, stream, error) => assertPromiseError(t, text(stream), error); |
| 59 | |
| 60 | export const assertSubprocessError = (t, subprocess, error) => assertPromiseError(t, subprocess, error); |
| 61 |
no test coverage detected
searching dependent graphs…