Fix tests
This commit is contained in:
@@ -36,6 +36,7 @@ describe('ArtifactUploader', () => {
|
|||||||
return {
|
return {
|
||||||
getByTag: jest.fn(),
|
getByTag: jest.fn(),
|
||||||
create: jest.fn(),
|
create: jest.fn(),
|
||||||
|
listReleases: jest.fn(),
|
||||||
update: jest.fn(),
|
update: jest.fn(),
|
||||||
uploadArtifact: uploadMock
|
uploadArtifact: uploadMock
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user