Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86d7ba0

Browse filesBrowse files
nektroaduh95
authored andcommitted
test: test-stream-compose.js doesn't need internals
PR-URL: #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>
1 parent edd9361 commit 86d7ba0
Copy full SHA for 86d7ba0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-stream-compose.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-stream-compose.js
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Flags: --expose-internals
2-
31
'use strict';
42

53
const common = require('../common');
@@ -9,9 +7,9 @@ const {
97
Transform,
108
Writable,
119
finished,
10+
compose,
1211
PassThrough
1312
} = require('stream');
14-
const compose = require('internal/streams/compose');
1513
const assert = require('assert');
1614

1715
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.