UNPKG

@emvu/react-scripts

Version:

Fork of 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);