Fix tests

This commit is contained in:
Nick Cipollo
2020-01-02 23:46:48 -05:00
parent cffd02c48e
commit 767a5edcf4

View File

@@ -36,6 +36,7 @@ describe('ArtifactUploader', () => {
return {
getByTag: jest.fn(),
create: jest.fn(),
listReleases: jest.fn(),
update: jest.fn(),
uploadArtifact: uploadMock
}