UNPKG

tap-on

Version:

A nicer way to handle tap output

16 lines (11 loc) 193 B
/* Modules */ import test from 'tape' /* Tests */ test('1 === 2', function (t) { t.plan(1) t.equal(1, 2) }) test('1 === 1', function (t) { t.plan(1) t.equal(1, 1) })