UNPKG

133 BJavaScriptView Raw
1require('fs').readdirSync(__dirname).forEach(function(f) {
2 if (f.substr(0, 5).toLowerCase() === 'test-')
3 require('./' + f);
4});
\No newline at end of file