2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files
axios/webpack.tests.js
T
2015-03-18 10:45:06 -06:00

3 lines
95 B
JavaScript

var context = require.context('./test/specs', true, /\.js$/);
context.keys().forEach(context);