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
Meghan Denny 2025-01-19 08:56:09 -08:00 committed by GitHub
parent a5ed762d82
commit da5f7aca6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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');
{