UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

3 lines 119 B
// tests.webpack.js var context = require.context('./test', true, /-test\.(js|jsx)$/); context.keys().forEach(context);