(t, stream, error)
| 54 | }; |
| 55 | |
| 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 |
no test coverage detected
searching dependent graphs…