UNPKG

brazilianutils

Version:
15 lines (12 loc) 372 B
'use strict'; //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(); // } // } };