Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
This commit is contained in:
Bogdan Nechyporenko
2025-01-30 23:41:53 +01:00
parent 97497d056a
commit d086ad050c
@@ -34,7 +34,7 @@ const mockGitlabClient = {
create: jest.fn(),
},
Commits: {
create: jest.fn(),
create: jest.fn(() => ({ id: 'mockId' })),
},
MergeRequests: {
create: jest.fn(async (_: any) => {