UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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