github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.6k stars 755 forks source link

WIP: Search paging #596

Open j-rewerts opened 4 years ago

j-rewerts commented 4 years ago

Added optional manual paging of search. Closes #562.

j-rewerts commented 4 years ago

@DanielRuf I'm running into some issue with Nock I just can't seem to sort out. When I run the search tests on their own, my new test passes. If I run all tests using npm run test, my new test fails. Any idea why this may be happening?