node-capture-stream

Capture stream output
  https://github.com/doowb/capture-stream
  0
  no reviews



Capture the output from a stream (process.stdout or process.stderr) and store later. This module has been built to be used in unit tests to easily capture output from process.stdout and process.stderr and test the results.

Node.js is an event-based server-side JavaScript engine.