Skip to content

Instantly share code, notes, and snippets.

@mike-es6
mike-es6 / app(slash)alltests.js
Last active February 22, 2017 01:36
Webpack files for production, development, dll, test and coverage: React/JSX, ES6
var context = require.context('.', true, /-test\.js$/) ;
context.keys().forEach(context) ;
module.exports = context ;