mirror of
https://github.com/tenrok/axios.git
synced 2026-06-14 18:42:33 +03:00
Fixed merge conflicts
This commit is contained in:
@@ -24,7 +24,9 @@ describe('instance', function () {
|
||||
'getUri',
|
||||
'isAxiosError',
|
||||
'VERSION',
|
||||
'default'].indexOf(prop) > -1) {
|
||||
'default',
|
||||
'toFormData'
|
||||
].indexOf(prop) > -1) {
|
||||
continue;
|
||||
}
|
||||
expect(typeof instance[prop]).toBe(typeof axios[prop]);
|
||||
|
||||
Reference in New Issue
Block a user