Skip to content

Commit

Permalink
Clarify how to access the output stream
Browse files Browse the repository at this point in the history
Fixes #63
  • Loading branch information
James Hiscock committed Feb 24, 2014
1 parent de03633 commit 3f25f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ a new pending stack and test state.

By default the TAP output goes to `process.stdout` or `console.log()` if the
environment doesn't have `process.stdout`. You can pipe the output to someplace
else if you `test.stream.pipe()` to a destination stream on the first tick.
else if you `htest.createStream().pipe()` to a destination stream on the first tick.

## test.only(name, cb)

Expand Down

0 comments on commit 3f25f79

Please sign in to comment.