We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e36901 commit 516bdafCopy full SHA for 516bdaf
test/parallel/test-stream-writable-clear-buffer.js
@@ -1,8 +1,10 @@
1
'use strict';
2
+
3
+// This test ensures that the _writeableState.bufferedRequestCount and
4
+// the actual buffered request count are the same.
5
6
require('../common');
7
const Stream = require('stream');
-// This test ensures that the _writeableState.bufferedRequestCount and
-// the actual buffered request count are the same
8
const assert = require('assert');
9
10
class StreamWritable extends Stream.Writable {
0 commit comments