2
0
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:
Winnie
2022-12-06 21:34:48 +01:00
committed by GitHub
parent 981265dbf4
commit 56e9ca1a86
4 changed files with 78 additions and 1 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ describe('instance', function () {
'default',
'toFormData',
'formToJSON',
'AxiosHeaders'
'AxiosHeaders',
'HttpStatusCode'
].indexOf(prop) > -1) {
continue;
}