UNPKG

tape

Version:

tap-producing test harness for node and browsers

14 lines (10 loc) 164 B
'use strict'; var test = require('../../'); test('first', function (t) { t.plan(1); t.ok(true); }); test('second', function (t) { t.plan(2); t.ok(true); });