Added support for paginate.

This commit is contained in:
Napalys
2025-03-21 13:48:32 +01:00
parent 63193fa91c
commit f43510c9aa
3 changed files with 9 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ function gotTests(url){
const options2 = new Options({url});
got.extend(options2).extend(options).get();
got.paginate(url, {}); // not flagged
got.paginate(url, {});
const jsonClient = got.extend({url: url});
jsonClient.get();