mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +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 () {
|
||||
|
||||
Reference in New Issue
Block a user