mirror of
https://github.com/pgsty/silo.git
synced 2026-09-11 21:38:57 +00:00
2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
var context = require.context('./app', true, /-test\.js$/);
|
|
context.keys().forEach(context); |