fix(core): update

This commit is contained in:
2023-11-03 21:36:10 +01:00
parent 8a3c653213
commit 1c0e5f264d
6 changed files with 20 additions and 36 deletions

View File

@ -27,8 +27,7 @@ tap.test('should handle a read stream', async (tools) => {
streamEndFunction: async (tools) => {
tools.push(null);
},
}),
smartstream.cleanPipe(),
})
]);
// await streamWrapper.run();
});