mirror of
https://github.com/tenrok/axios.git
synced 2026-06-08 17:22:34 +03:00
fix: Add missing HttpStatusCode (#5345)
This commit is contained in:
@@ -28,7 +28,8 @@ describe('instance', function () {
|
||||
'default',
|
||||
'toFormData',
|
||||
'formToJSON',
|
||||
'AxiosHeaders'
|
||||
'AxiosHeaders',
|
||||
'HttpStatusCode'
|
||||
].indexOf(prop) > -1) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user