UNPKG

taper

Version:

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

10 lines (6 loc) 161 B
var test = require('tap').test; test('this should fail', function (t) { t.equal(true, false); console.error('I will log to stderr here.'); t.end(); });