index.js

var testsContext = require.context(".", true, /Test$/);
testsContext.keys().forEach(testsContext);