UNPKG

@ecromaneli/mquery

Version:

The mQuery (or Mini-jQuery) is a most simple and clean way to query HTML elements and bind Event Handlers without jQuery.

5 lines 142 B
require('fs').readdirSync(__dirname).forEach(function(file) { if (file.substr(0, 5) === 'test-') { require('./' + file); } });