Files
old-slucajna-televizija/web/node_modules/case-sensitive-paths-webpack-plugin/demo/tests.webpack.js

3 lines
119 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
// tests.webpack.js
var context = require.context('./test', true, /-test\.(js|jsx)$/);
context.keys().forEach(context);