Skip to content

Streams: add test for _readableState.readingMore | #8685

#8685 (closed)

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

stream

Description of change

Test cases for stream.Readable._readableState. reading and readingMore properties are tested on initialization, under data, readable, and end events.

Merge request reports

Loading