Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds method for listing review comments #404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jedfonner
Copy link

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.

@@ -240,6 +240,16 @@ describe('Repository', function() {
done();
}));
});

it('should list review comments', function(done) {
const repo = github.getRepo('michael', 'github');
Copy link
Member

@mtscout6 mtscout6 Dec 2, 2016

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.

Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants