Skip to content

Commit

Permalink
Merge pull request #134 from michaelrhodes/patch/readme
Browse files Browse the repository at this point in the history
Add section about uncaught exceptions to readme.
  • Loading branch information
Raynos committed Jan 19, 2015
2 parents d2afc96 + 3bbfec1 commit 2ab67c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ that will output something pretty if you pipe TAP into them:
To use them, try `node test/index.js | tap-spec` or pipe it into one
of the modules of your choice!

# uncaught exceptions

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.

# methods

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

0 comments on commit 2ab67c8

Please sign in to comment.