Skip to content

Commit

Permalink
test: test-stream-compose.js doesn't need internals
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Jan 16, 2025
1 parent e96072a commit ecb0780
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/parallel/test-stream-compose.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// Flags: --expose-internals

'use strict';

const common = require('../common');
Expand All @@ -9,9 +7,9 @@ const {
Transform,
Writable,
finished,
compose,
PassThrough
} = require('stream');
const compose = require('internal/streams/compose');
const assert = require('assert');

{
Expand Down

0 comments on commit ecb0780

Please sign in to comment.