5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
exports['example test'] = function (test) {
|
||
|
test.ok(true);
|
||
|
test.done();
|
||
|
};
|