mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
add test case
This commit is contained in:
@@ -5,8 +5,6 @@ var utils = require('./utils');
|
||||
var dispatchRequest = require('./core/dispatchRequest');
|
||||
var InterceptorManager = require('./core/InterceptorManager');
|
||||
|
||||
require('es6-promise').polyfill();
|
||||
|
||||
function Axios (defaultConfig) {
|
||||
this.defaultConfig = utils.merge({
|
||||
headers: {},
|
||||
|
||||
Reference in New Issue
Block a user