UNPKG

tape

Version:

tap-producing test harness for node and browsers

13 lines (9 loc) 159 B
'use strict'; var test = require('../../'); test('first', function (t) { t.ok(true); t.end(); }); test('oops forgot end', function (t) { t.ok(true); });