cmorten / superoak

HTTP assertions for Oak made easy via SuperDeno. 🐿 🦕
https://cmorten.github.io/superoak/
MIT License
121 stars 8 forks source link

[NO-ISSUE] Support redirects API #16

Closed cmorten closed 3 years ago

cmorten commented 3 years ago

Issue

No issue.

Details

The consequence of upgrading superdeno to support the .redirects(n) API is that superoak follows a default of 0 redirects, for parity with supertest. If your test requires superoak to follow multiple redirects, specify the number of redirects required in .redirects(n), or use -1 to have superoak follow all redirects.

CheckList