Skip to content

Commit f51eabc

Browse files
committed
Merge branch 'main' into fix-initiate-deployment
2 parents fa622d4 + b1c95f4 commit f51eabc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/helpers/manage-merge-queue.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jest.mock('../../src/helpers/is-user-in-team');
3333
jest.mock('../../src/helpers/approvals-satisfied');
3434
jest.mock('../../src/helpers/create-pr-comment');
3535
jest.mock('../../src/utils/../../src/helpers/prepare-queued-pr-for-merge');
36+
jest.mock('path');
3637
jest.mock('@actions/core');
3738
jest.mock('@actions/github', () => ({
3839
context: { repo: { repo: 'repo', owner: 'owner' }, issue: { number: 123 }, serverUrl: 'sampleUrl' },

0 commit comments

Comments
 (0)