We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4fedd commit 729e7bbCopy full SHA for 729e7bb
source/platforms/github/_tests/_github_api.test.ts
@@ -122,6 +122,7 @@ new file mode 0
122
123
it("getPullRequestComment gets only comments for given Pull Request", async () => {
124
api.getAllOfResource = await requestWithFixturedJSON("github_pr_comments_with_danger.json")
125
+ api.getPullRequestInfo = await requestWithFixturedJSON("github_pr.json")
126
127
const comments = await api.getPullRequestComments()
128
0 commit comments