UNPKG

tap-on

Version:

A nicer way to handle tap output

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