BREAKING CHANGE(core): update

This commit is contained in:
2023-11-03 13:55:56 +01:00
parent 2c904cc1ec
commit c37f62abec
4 changed files with 97 additions and 56 deletions

View File

@ -33,9 +33,7 @@ tap.test('should handle a read stream', async (tools) => {
tap.test('should create a valid Intake', async (tools) => {
testIntake = new smartstream.StreamIntake<string>();
testIntake
.getReadable()
.pipe(
testIntake.pipe(
smartstream.createDuplexStream<string, string>(
async (chunkString) => {
await tools.delayFor(100);