+1
-1
@@ -34,7 +34,7 @@ const mockGitlabClient = {
|
||||
create: jest.fn(),
|
||||
},
|
||||
Commits: {
|
||||
create: jest.fn(),
|
||||
create: jest.fn(() => ({ id: 'mockId' })),
|
||||
},
|
||||
MergeRequests: {
|
||||
create: jest.fn(async (_: any) => {
|
||||
|
||||
Reference in New Issue
Block a user