BREAKING CHANGE(core): update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user