Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ testMergeSingleSource
Function
testMergeSingleSource
test/parallel/test-stream-iter-consumers-merge.js:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
async
function
testMergeSingleSource() {
44
const
data =
await
text(merge(from(
'only-one'
)));
45
assert.strictEqual(data,
'only-one'
);
46
}
47
48
async
function
testMergeEmpty() {
49
const
merged = merge();
Callers
1
test-stream-iter-consumers-merge.js
File · 0.85
Calls
3
text
Function · 0.50
merge
Function · 0.50
from
Function · 0.50
Tested by
no test coverage detected