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
[ ] PR starts with [#_ISSUEID].
[ ] Has been tested (where required) before merge to develop.
Issue
No issue.
Details
superdeno@3.0.0
- BREAKING CHANGE support superagent.redirects(n)
API, with a default of0
.The consequence of upgrading superdeno to support the
.redirects(n)
API is that superoak follows a default of0
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