mirror of
https://github.com/minio/minio.git
synced 2025-02-24 11:59:14 -05:00
2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
|
var context = require.context('./app', true, /-test\.js$/);
|
||
|
context.keys().forEach(context);
|