mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
Using webpack for testing
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var context = require.context('./test/specs', true, /\.js$/);
|
||||
context.keys().forEach(context);
|
||||
Reference in New Issue
Block a user