require('fs').readdirSync(__dirname).forEach(function(f) { // if (f === "test-connection-fetch-dup.js") if (f.substr(0, 5).toLowerCase() === 'test-') require('./' + f); });