mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-27 22:23:18 +08:00
3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
var testsContext = require.context('.', true, /(Test\.js$)|(Helper\.js$)/);
|
|
testsContext.keys().forEach(testsContext);
|