test.js 119 Bytes Raw Blame History Permalink 1 2 3 4 require('fs').readdirSync(__dirname).forEach(function(f) { if (f.substr(0, 5) === 'test-') require('./' + f); });