Adds method for listing review comments by jedfonner · Pull Request #404 · github-tools/github

@jedfonner

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.

@jedfonner

mtscout6

});

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

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.

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.