UNPKG

tape

Version:

tap-producing test harness for node and browsers

10 lines (7 loc) 140 B
var test = require('../'); test('only2 test 1', function (t) { t.end(); }); test.only('only2 test 2', function (t) { t.end(); });