- Notifications
You must be signed in to change notification settings - Fork786
Adds method for listing review comments#404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| }); | ||
| it('should list review comments',function(done){ | ||
| constrepo=github.getRepo('michael','github'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This project was moved to the github-tools Organization. You'll want to update this to get the tests working.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
You'll also want to update based on the latest changes from master that got the tests working again.
For issue#403
I didn't find a great example PR with review comments on which to base the test. Ideally it could be this one or a new test one.