test: improve test description
PR-URL: https://github.com/nodejs/node/pull/56943 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jason Zhang <xzha4350@gmail.com> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
This commit is contained in:
parent
bfa17659ee
commit
51ded6eaeb
@ -4,8 +4,8 @@ const common = require('../common');
|
||||
const assert = require('node:assert');
|
||||
const { Readable, Transform, Writable } = require('node:stream');
|
||||
|
||||
// Pipeine objects from object mode to non-object mode should throw an error and
|
||||
// catch by the consumer
|
||||
// Piping objects from object mode to non-object mode in a pipeline should throw
|
||||
// an error and catch by the consumer
|
||||
{
|
||||
const objectReadable = Readable.from([
|
||||
{ hello: 'hello' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user