UNPKG

taper

Version:

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

12 lines (6 loc) 165 B
var test = require('tap').test; test('another simple test', function (t) { t.equal(true, true); console.error('I will log to stderr here.'); t.end(); });