Remove utils from library

This commit is contained in:
Sami Turcotte
2018-12-02 21:59:49 -05:00
parent f630379c24
commit 95b4235daa
4 changed files with 1 additions and 81 deletions

View File

@@ -1067,7 +1067,7 @@ test.cb(
},
);
test("last() yields the last chunk streamed by the given readable stream", async t => {
test("last() resolves to the last chunk streamed by the given readable stream", async t => {
const source = new Readable({ objectMode: true });
const lastPromise = last(source);
source.push("ab");