UNPKG

tape

Version:

tap-producing test harness for node and browsers

7 lines (5 loc) 110 B
import test from '../../index.js'; test('test', function (t) { t.plan(1); t.equal('foobaz', 'foobar'); });