Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed Jun 27, 2021
1 parent fc0139c commit 37b9e7b
Show file tree
Hide file tree
Showing 11 changed files with 18,191 additions and 17,550 deletions.
3,574 changes: 1,819 additions & 1,755 deletions .github/actions/checkDeployBlockers/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/createOrUpdateStagingDeploy/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/getDeployPullRequestList/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/getMergeCommitForPullRequest/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/getReleaseBody/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/isPullRequestMergeable/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/isStagingDeployLocked/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/markPullRequestsAsDeployed/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/reopenIssueWithComment/index.js

Large diffs are not rendered by default.

3,574 changes: 1,819 additions & 1,755 deletions .github/actions/triggerWorkflowAndWait/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/unit/GithubUtilsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ describe('GithubUtils', () => {
pulls: {
list: jest.fn().mockResolvedValue({data: mockPRs}),
},
paginate: jest.fn().mockImplementation(objectMethod => objectMethod().then(({data}) => data)),
}),
}));

Expand Down

0 comments on commit 37b9e7b

Please sign in to comment.