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
To use them, try `node test/index.js | tap-spec` or pipe it into one
118
+
of the modules of your choice!
123
119
124
-
If any assertions fail, tape will continue. To terminate on the first failure, see [tap-bail](https://github.com/juliangruber/tap-bail).
120
+
## uncaught exceptions
125
121
126
122
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.
127
123
@@ -130,7 +126,6 @@ By default, uncaught exceptions in your tests will not be intercepted, and will
130
126
- CoffeeScript support with https://www.npmjs.com/package/coffeetape
131
127
- Promise support with https://www.npmjs.com/package/blue-tape
132
128
- 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