UNPKG

tape

Version:

tap-producing test harness for node and browsers

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