Retry on 412 status codes (#333)

* Retry on 412 status codes
* Add retry tests
This commit is contained in:
Tom Proctor 2022-06-29 12:55:26 +01:00 committed by GitHub
parent ad04ab9377
commit 55a11671e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 956 additions and 2 deletions

View file

@ -58,6 +58,7 @@
"@zeit/ncc": "^0.22.3",
"jest": "^28.1.1",
"jest-when": "^3.5.1",
"mock-http-server": "^1.4.5",
"semantic-release": "^19.0.3"
}
}