UNPKG

webappengine

Version:

A web application platform that can host multiple web apps running with Node.js.

3 lines (2 loc) 97 B
var context = require.context('./modules', true, /-test\.js$/); context.keys().forEach(context);