blob: 5004b98db9b64fe5ac0b83bfd482d4cf99573b6d [file] [log] [blame]
exports['example test'] = function (test) {
test.ok(true);
test.done();
};