Suggest minor changes to the code of Semeru related PR (#2)

This commit is contained in:
Ivan 2023-03-14 21:18:01 +02:00 committed by GitHub
parent 6457aa3c54
commit a73fb66f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 44 deletions

View file

@ -82,12 +82,12 @@ describe('getAvailableVersions', () => {
.mockReturnValueOnce({
statusCode: 200,
headers: {},
result: manifestData
result: manifestData as any
})
.mockReturnValueOnce({
statusCode: 200,
headers: {},
result: manifestData
result: manifestData as any
})
.mockReturnValueOnce({
statusCode: 200,