2
0
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:
Jay
2022-04-01 18:40:12 +02:00
22 changed files with 644 additions and 161 deletions
+3 -1
View File
@@ -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]);