Skip to content

Commit a6bdf9c

Browse files
committed
Expand reporters section into "things that go well with tape"
Closes #147.
1 parent d6acc1e commit a6bdf9c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: readme.markdown

+11-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ not ok 2 should be equal
4343
# fail 1
4444
```
4545

46-
# pretty reporters
46+
# things that go well with tape
47+
48+
tape maintains a fairly minimal core. Additional features are usually added by using another module alongside tape.
49+
50+
## pretty reporters
4751

4852
The default TAP output is good for machines and humans that are robots.
4953

@@ -67,10 +71,15 @@ that will output something pretty if you pipe TAP into them:
6771
To use them, try `node test/index.js | tap-spec` or pipe it into one
6872
of the modules of your choice!
6973

70-
# uncaught exceptions
74+
## uncaught exceptions
7175

7276
By default, uncaught exceptions in your tests will not be intercepted, and will cause tape to crash. If you find this behavior undesirable, use [tape-catch](https://github.com/michaelrhodes/tape-catch) to report any exceptions as TAP errors.
7377

78+
## other
79+
80+
- CoffeeScript support with https://www.npmjs.com/package/coffeetape
81+
- Promise support with https://www.npmjs.com/package/blue-tape
82+
7483
# methods
7584

7685
The assertion methods in tape are heavily influenced or copied from the methods

0 commit comments

Comments
 (0)