UNPKG

tape

Version:

tap-producing test harness for node and browsers

6 lines (5 loc) 101 B
var test = require('../../../'); test(function (t) { t.plan(1); t.equal('beep', 'boop'); });