mirror of https://github.com/nodejs/node.git
test: test-stream-compose.js doesn't need internals
PR-URL: https://github.com/nodejs/node/pull/56619 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>pull/55256/merge
parent
a5ed762d82
commit
da5f7aca6a
|
@ -1,5 +1,3 @@
|
|||
// Flags: --expose-internals
|
||||
|
||||
'use strict';
|
||||
|
||||
const common = require('../common');
|
||||
|
@ -9,9 +7,9 @@ const {
|
|||
Transform,
|
||||
Writable,
|
||||
finished,
|
||||
compose,
|
||||
PassThrough
|
||||
} = require('stream');
|
||||
const compose = require('internal/streams/compose');
|
||||
const assert = require('assert');
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue