blob: 8a206bb3051eb4900a8bc857f8dee0d7348428a3 [file] [log] [blame]
var test = require('../../');
test('first', function (t) {
t.plan(1);
t.ok(true);
});
test('second', function (t) {
t.plan(2);
t.ok(true);
});