UNPKG

taper

Version:

Taper (a fork of tapr) is a tap test runner that shows an appropriate level of detail with colorized output.

8 lines (6 loc) 203 B
console.log('TAP version 13'); console.log('# test 1'); console.log('ok 1 should be equal'); console.log('ok 2 should be equal'); console.log('# test 2'); throw new Error('This is an unhandled error');