mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
feat: export mergeConfig (#5151)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -50,6 +50,10 @@ describe('static api', function () {
|
||||
it('should have isAxiosError properties', function () {
|
||||
expect(typeof axios.isAxiosError).toEqual('function');
|
||||
});
|
||||
|
||||
it('should have mergeConfig properties', function () {
|
||||
expect(typeof axios.mergeConfig).toEqual('function');
|
||||
});
|
||||
});
|
||||
|
||||
describe('instance api', function () {
|
||||
|
||||
@@ -23,6 +23,7 @@ describe('instance', function () {
|
||||
'spread',
|
||||
'getUri',
|
||||
'isAxiosError',
|
||||
'mergeConfig',
|
||||
'VERSION',
|
||||
'default',
|
||||
'toFormData',
|
||||
|
||||
Reference in New Issue
Block a user