UNPKG

101 BJavaScriptView Raw
1var test = require('../../../');
2test(function (t) {
3 t.plan(1);
4 t.equal('beep', 'boop');
5});