mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-13 00:15:35 +00:00
6 lines
121 B
JavaScript
6 lines
121 B
JavaScript
var context = require.context('.', true, /.+\.test\.js?$/);
|
|
|
|
context.keys().forEach(context);
|
|
|
|
module.exports = context;
|