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

Initial interceptor implementation.

This commit is contained in:
Jason Dobry
2014-12-02 15:45:19 -07:00
parent d93df704a2
commit 5bb39f3279
8 changed files with 680 additions and 168 deletions
+3 -2
View File
@@ -16,20 +16,21 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'dist/axios.js',
'node_modules/es6-promise/dist/promise-1.0.0.js',
'test/specs/**/*.spec.js'
],
// list of files to exclude
exclude: [
],
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
},