Skip to content

Commit a186f78

Browse files
author
陈刚
committed
Add a test case
1 parent 19090ac commit a186f78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-stream-readable-invalid-chunk.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ function checkError(fn) {
1717
checkError(() => readable.push([]));
1818
checkError(() => readable.push({}));
1919
checkError(() => readable.push(0));
20+
checkError(() => readable.push());

0 commit comments

Comments
 (0)