| 5 | import AxiosError from '../../../lib/core/AxiosError.js'; |
| 6 | |
| 7 | class ReactNativeFormData { |
| 8 | append() {} |
| 9 | |
| 10 | getParts() { |
| 11 | return []; |
| 12 | } |
| 13 | |
| 14 | get [Symbol.toStringTag]() { |
| 15 | return 'FormData'; |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | describe('helpers::resolveConfig', () => { |
| 20 | it('clears Content-Type for React Native FormData', () => { |
nothing calls this directly
no outgoing calls
no test coverage detected