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:
+3
-2
@@ -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: {
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user