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

Fixing issue #7

This commit is contained in:
mzabriskie
2014-09-16 11:51:29 -06:00
parent f2fd9f7dd3
commit 1fa35ced3c
19 changed files with 249 additions and 204 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'dist/axios.js',
'test/specs/axios.spec.js'
'test/specs/**/*.spec.js'
],