mirror of
https://github.com/pgsty/minio.git
synced 2026-03-12 14:16:44 +01:00
2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
var context = require.context('./app', true, /-test\.js$/);
|
|
context.keys().forEach(context); |