UNPKG

168 BJavaScriptView Raw
1/**
2 * Created by zhangmike on 16/10/21.
3 */
4var context = require.context('./unit', true, /\-spec\.js$/);
5context.keys().forEach(context);
6console.log(context.keys());
\No newline at end of file