Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Mar 4, 2014
1 parent 41f7338 commit 984b21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ after `t` will not be run until all subtests finish.
Create a new test harness instance, which is a function like `test()`, but with
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 `htest.createStream().pipe()` to a destination stream on the first tick.
By default the TAP output goes to `console.log()`. You can pipe the output to
someplace else if you `htest.createStream().pipe()` to a destination stream on
the first tick.

## test.only(name, cb)

Expand Down

0 comments on commit 984b21f

Please sign in to comment.