You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we grouped most extensions (even tap-bail) into 'pretty reporters'.
This groups extensions into human-friendly reporters, machine readable reporters,
error handling, and other. This helps users discover extensions.
To use them, try `node test/index.js | tap-spec` or pipe it into one
118
-
of the modules of your choice!
122
+
## failing assertions
119
123
120
-
## uncaught exceptions
124
+
If any assertions fail, tape will continue. To terminate on the first failure, see [tap-bail](https://github.com/juliangruber/tap-bail).
121
125
122
126
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.
123
127
@@ -126,6 +130,7 @@ By default, uncaught exceptions in your tests will not be intercepted, and will
126
130
- CoffeeScript support with https://www.npmjs.com/package/coffeetape
127
131
- Promise support with https://www.npmjs.com/package/blue-tape
128
132
- ES6 support with https://www.npmjs.com/package/babel-tape-runner
133
+
- Inclue time information with https://github.com/diasdavid/timed-tape
0 commit comments