UNPKG

taper

Version:

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

9 lines (5 loc) 176 B
var test = require('tap').test; test('this should timeout', function (t) { t.equal(true, true); console.error('I will log to stderr here and then never complete.'); });