2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Moving utility functions into utils

This commit is contained in:
Matt Zabriskie
2014-08-28 12:33:53 -06:00
parent ceca9ced47
commit cec3482ff7
17 changed files with 971 additions and 647 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
},
nodeunit: {
all: ['test/unit/*.js']
all: ['test/unit/**/*.js']
},
webpack: generateWebpackConfig(),