mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
feat: export getAdapter function (#5324)
This commit is contained in:
@@ -54,6 +54,10 @@ describe('static api', function () {
|
||||
it('should have mergeConfig properties', function () {
|
||||
expect(typeof axios.mergeConfig).toEqual('function');
|
||||
});
|
||||
|
||||
it('should have getAdapter properties', function () {
|
||||
expect(typeof axios.getAdapter).toEqual('function');
|
||||
});
|
||||
});
|
||||
|
||||
describe('instance api', function () {
|
||||
|
||||
@@ -24,6 +24,7 @@ describe('instance', function () {
|
||||
'getUri',
|
||||
'isAxiosError',
|
||||
'mergeConfig',
|
||||
'getAdapter',
|
||||
'VERSION',
|
||||
'default',
|
||||
'toFormData',
|
||||
|
||||
Reference in New Issue
Block a user