brazilianutils
Version:
Lots of utilities for Node.js
15 lines (12 loc) • 372 B
JavaScript
;
//var fsUtils = require('../lib/fsUtils');
module.exports = {
'__name': { '': function(test) { test.done(); } },
'__description': { '': function(test) { test.done(); } },
// 'readDirectoryRecursivelySync': {
// '': function(test) {
// test.ok(false, 'This test need mocking');
// test.done();
// }
// }
};