UNPKG

react-redux-express

Version:

React fullstack generator with express,redux, and some components.

9 lines (7 loc) 243 B
/** * Created by Zhengfeng Yao on 16/8/29. */ require('babel-polyfill'); // Add support for all files in the test directory const testsContext = require.context('./client', true, /\.test\.js$/); testsContext.keys().forEach(testsContext);