mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
style: turn '()=>' into '() =>' (#6324)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
@@ -101,7 +101,7 @@ describe('core::mergeConfig', function() {
|
||||
expect(merged.nestedConfig.propertyOnRequestConfig).toEqual(true);
|
||||
});
|
||||
|
||||
describe('headers', ()=> {
|
||||
describe('headers', () => {
|
||||
it('should allow merging with AxiosHeaders instances', () => {
|
||||
const merged = mergeConfig({
|
||||
headers: new AxiosHeaders({
|
||||
|
||||
Reference in New Issue
Block a user