react-toolbox/tests.webpack.js

3 lines
103 B
JavaScript
Raw Normal View History

2015-07-23 21:40:30 +03:00
var context = require.context('./components', true, /.spec\.cjsx?$/);
context.keys().forEach(context);