We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc84c55 commit df175e2Copy full SHA for df175e2
test/sequential/test-heapdump.js
@@ -82,9 +82,7 @@ process.chdir(tmpdir.path);
82
83
{
84
const passthrough = new PassThrough();
85
- passthrough.on('data', common.mustCallAtLeast(()=> {
86
- // Do nothing, just consume the data
87
- }, 1));
+ passthrough.on('data', common.mustCallAtLeast(1));
88
89
pipeline(
90
getHeapSnapshot(),
0 commit comments